Class Projectile
- java.lang.Object
-
- net.eternalclient.api.wrappers.projectile.Projectile
-
public class Projectile extends java.lang.ObjectThis class represents a projectile in Old School RuneScape.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProjectile.State
-
Constructor Summary
Constructors Constructor Description Projectile(RSProjectile projectile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCurrentX()doublegetCurrentY()doublegetCurrentZ()PositionablegetDestination()intgetEndCycle()intgetEndHeight()intgetHeight()intgetId()RSModelgetModel()intgetModelHeight()intgetPlane()RSProjectilegetProjectile()intgetRemainingCycles()doublegetScalar()intgetSceneX()intgetSceneY()intgetSlope()intgetStartCycle()PositionablegetStartTile()CharactergetTarget()doublegetVelocityX()doublegetVelocityY()doublegetVelocityZ()intgetWidth()booleanisMoving()
-
-
-
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()
-
-