public abstract class SimpleActor<T extends simple.bot.internal.IEntity> extends SimpleWrapper<T> implements SimpleActionable, SimpleIdentifiable, SimpleNamable, SimpleLocatable
ctx| Constructor and Description |
|---|
SimpleActor(ClientContext ctx,
T reflectedObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAnimation() |
int |
getCycleStatus() |
int |
getGraphic() |
int |
getHealth() |
int |
getHealthRatio() |
int |
getHeight() |
SimpleActor |
getInteracting() |
int |
getInteractingIndex() |
int |
getLocalX() |
int |
getLocalY() |
int |
getMaxHealth() |
int[] |
getPathX() |
int[] |
getPathY() |
int |
getRemainingPath() |
int |
getSize() |
boolean |
inCombat() |
boolean |
isAnimating() |
boolean |
isDead() |
java.lang.String |
overheadText() |
getReflectedObjectgetClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionsgetIdgetNamedistanceTo, getLocation, within, withinRangepublic SimpleActor(ClientContext ctx, T reflectedObject)
public int getInteractingIndex()
public java.lang.String overheadText()
public int getAnimation()
public int getGraphic()
public int getHealth()
public int getMaxHealth()
public int getHealthRatio()
public int getSize()
public int getHeight()
public int[] getPathX()
public int[] getPathY()
public int getLocalX()
public int getLocalY()
public int getCycleStatus()
public int getRemainingPath()
public boolean isAnimating()
public boolean isDead()
public boolean inCombat()
public SimpleActor getInteracting()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object