Class Projectile


  • public class Projectile
    extends java.lang.Object
    This class represents a projectile in Old School RuneScape.
    • Constructor Detail

      • Projectile

        public Projectile​(RSProjectile projectile)
    • Method Detail

      • 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()