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