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
@Deprecated public class AnimableGameObject extends RenderableNode
Deprecated.unused
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getAnimationCycleDelay()
Deprecated.int
getAnimationFrame()
Deprecated.int
getClickType()
Deprecated.int
getID()
Deprecated.int
getOrientation()
Deprecated.int
getPlane()
Deprecated.AnimationSequenceWrapper
getSequence()
Deprecated.int
getX()
Deprecated.int
getY()
Deprecated.-
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()
Deprecated.
-
getID
public int getID()
Deprecated.
-
getX
public int getX()
Deprecated.
-
getY
public int getY()
Deprecated.
-
getOrientation
public int getOrientation()
Deprecated.
-
getAnimationFrame
public int getAnimationFrame()
Deprecated.
-
getAnimationCycleDelay
public int getAnimationCycleDelay()
Deprecated.
-
getClickType
public int getClickType()
Deprecated.
-
getSequence
@Deprecated public AnimationSequenceWrapper getSequence()
Deprecated.
-
-