Class AnimableGameObject
- java.lang.Object
-
- org.dreambot.api.wrappers.cache.nodes.NodeWrapper
-
- org.dreambot.api.wrappers.cache.nodes.CacheNode
-
- org.dreambot.api.wrappers.cache.nodes.RenderableNode
-
- org.dreambot.api.wrappers.interactive.AnimableGameObject
-
- All Implemented Interfaces:
Node
public class AnimableGameObject extends RenderableNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAnimationCycleDelay()
int
getAnimationFrame()
int
getClickType()
int
getID()
int
getOrientation()
int
getPlane()
AnimationSequenceWrapper
getSequence()
int
getX()
int
getY()
-
Methods inherited from class org.dreambot.api.wrappers.cache.nodes.RenderableNode
getHeight
-
Methods inherited from class org.dreambot.api.wrappers.cache.nodes.CacheNode
getNext, getPrevious, getReference
-
Methods inherited from class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
getUID
-
-
-
-
Method Detail
-
getPlane
public int getPlane()
-
getID
public int getID()
-
getX
public int getX()
-
getY
public int getY()
-
getOrientation
public int getOrientation()
-
getAnimationFrame
public int getAnimationFrame()
-
getAnimationCycleDelay
public int getAnimationCycleDelay()
-
getClickType
public int getClickType()
-
getSequence
public AnimationSequenceWrapper getSequence()
-
-