public class SimpleProjectile extends SimpleWrapper<simple.bot.internal.IProjectile> implements SimpleIdentifiable, SimpleLocatable
ctx| Constructor and Description |
|---|
SimpleProjectile(ClientContext ctx,
simple.bot.internal.IProjectile reflectedObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getEndCycle() |
int |
getId()
Returns id of the object
|
WorldPoint |
getLocation()
Position in world of object
|
int |
getPlane() |
int |
getSourceX() |
int |
getSourceY() |
int |
getStartCycle() |
int |
getTargetIndex() |
int |
hashCode() |
getReflectedObjectgetClass, notify, notifyAll, toString, wait, wait, waitdistanceTo, within, withinRangepublic SimpleProjectile(ClientContext ctx, simple.bot.internal.IProjectile reflectedObject)
ctx - reflectedObject - public int getId()
SimpleIdentifiablegetId in interface SimpleIdentifiablepublic WorldPoint getLocation()
SimpleLocatablegetLocation in interface SimpleLocatablepublic int getSourceX()
public int getSourceY()
public int getStartCycle()
public int getEndCycle()
public int getPlane()
public int getTargetIndex()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object