Class Projectile
- 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.graphics.Projectile
-
public class Projectile extends RenderableNode implements Locatable
-
-
Constructor Summary
Constructors Constructor Description Projectile(java.lang.Object reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getEndCycle()
int
getFloorLevel()
int
getHeight()
double
getHeightOffset()
int
getID()
int
getLocalOriginX()
int
getLocalOriginY()
int
getLocalX()
int
getLocalY()
Tile
getOriginTile()
int
getOriginX()
int
getOriginY()
int
getRawOriginX()
int
getRawOriginY()
double
getRawX()
double
getRawY()
double
getRotationX()
double
getRotationY()
AnimationSequenceWrapper
getSequence()
int
getSlope()
double
getSpeedX()
double
getSpeedY()
double
getSpeedZ()
int
getStartCycle()
int
getTargetDistance()
int
getTargetIndex()
Tile
getTile()
Gets tile of the object.int
getUnknown1()
Deprecated.int
getUnknown2()
Deprecated.int
getUnknown3()
Deprecated.int
getX()
Gets X coordinate of the given object.int
getY()
Gets Y coordinate of the given object.boolean
moving()
-
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
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dreambot.api.wrappers.interactive.Locatable
canReach, canReach, distance, getGridX, getGridY, getTileReference, getZ, walkingDistance
-
-
-
-
Method Detail
-
getEndCycle
public int getEndCycle()
-
getStartCycle
public int getStartCycle()
-
getFloorLevel
public int getFloorLevel()
-
getHeightOffset
public double getHeightOffset()
-
getSlope
public int getSlope()
-
getUnknown1
@Deprecated public int getUnknown1()
Deprecated.
-
getUnknown2
@Deprecated public int getUnknown2()
Deprecated.
-
getUnknown3
@Deprecated public int getUnknown3()
Deprecated.
-
getRawOriginX
public int getRawOriginX()
-
getRawOriginY
public int getRawOriginY()
-
getLocalOriginY
public int getLocalOriginY()
-
getLocalOriginX
public int getLocalOriginX()
-
getOriginY
public int getOriginY()
-
getOriginX
public int getOriginX()
-
getOriginTile
public Tile getOriginTile()
-
getTargetDistance
public int getTargetDistance()
-
getTargetIndex
public int getTargetIndex()
-
getID
public int getID()
-
getHeight
public int getHeight()
- Overrides:
getHeight
in classRenderableNode
-
moving
public boolean moving()
-
getRotationX
public double getRotationX()
-
getRotationY
public double getRotationY()
-
getSequence
public AnimationSequenceWrapper getSequence()
-
getSpeedZ
public double getSpeedZ()
-
getSpeedX
public double getSpeedX()
-
getSpeedY
public double getSpeedY()
-
getRawX
public double getRawX()
-
getLocalX
public int getLocalX()
-
getX
public int getX()
Description copied from interface:Locatable
Gets X coordinate of the given object.
-
getRawY
public double getRawY()
-
getLocalY
public int getLocalY()
-
getY
public int getY()
Description copied from interface:Locatable
Gets Y coordinate of the given object.
-
-