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 intgetAnimationCycleDelay()Deprecated.intgetAnimationFrame()Deprecated.intgetClickType()Deprecated.intgetId()Deprecated.intgetID()Deprecated.seegetId()intgetOrientation()Deprecated.intgetPlane()Deprecated.AnimationSequenceWrappergetSequence()Deprecated.intgetX()Deprecated.intgetY()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.
-
getID
@Deprecated public int getID()
Deprecated.seegetId()
-
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.
-
-