Class Projectile
- java.lang.Object
-
- net.eternalclient.api.wrappers.projectile.Projectile
-
public class Projectile extends java.lang.Object
This class represents a projectile in Old School RuneScape.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Projectile.State
-
Constructor Summary
Constructors Constructor Description Projectile(RSProjectile projectile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCurrentX()
double
getCurrentY()
double
getCurrentZ()
Positionable
getDestination()
int
getEndCycle()
int
getEndHeight()
int
getHeight()
int
getId()
RSModel
getModel()
int
getModelHeight()
int
getPlane()
RSProjectile
getProjectile()
int
getRemainingCycles()
double
getScalar()
int
getSceneX()
int
getSceneY()
int
getSlope()
int
getStartCycle()
Positionable
getStartTile()
Character
getTarget()
double
getVelocityX()
double
getVelocityY()
double
getVelocityZ()
int
getWidth()
boolean
isMoving()
-
-
-
Constructor Detail
-
Projectile
public Projectile(RSProjectile projectile)
-
-
Method Detail
-
getProjectile
public RSProjectile getProjectile()
-
getId
public int getId()
-
getSceneX
public int getSceneX()
-
getSceneY
public int getSceneY()
-
getPlane
public int getPlane()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
isMoving
public boolean isMoving()
-
getModel
public RSModel getModel()
-
getModelHeight
public int getModelHeight()
-
getEndHeight
public int getEndHeight()
-
getStartCycle
public int getStartCycle()
-
getEndCycle
public int getEndCycle()
-
getRemainingCycles
public int getRemainingCycles()
-
getSlope
public int getSlope()
-
getScalar
public double getScalar()
-
getCurrentX
public double getCurrentX()
-
getCurrentY
public double getCurrentY()
-
getCurrentZ
public double getCurrentZ()
-
getVelocityX
public double getVelocityX()
-
getVelocityY
public double getVelocityY()
-
getVelocityZ
public double getVelocityZ()
-
getStartTile
public Positionable getStartTile()
-
getDestination
public Positionable getDestination()
-
getTarget
public Character getTarget()
-
-