Interface RSProjectile

    • Method Detail

      • getId

        int getId()
      • getRsInteracting

        int getRsInteracting()
      • getHeight

        int getHeight()
      • getEndHeight

        int getEndHeight()
      • getX1

        int getX1()
      • getY1

        int getY1()
      • getFloor

        int getFloor()
      • getStartCycle

        int getStartCycle()
      • getEndCycle

        int getEndCycle()
      • getSlope

        int getSlope()
      • getX

        double getX()
      • getY

        double getY()
      • getZ

        double getZ()
      • getScalar

        double getScalar()
      • getVelocityX

        double getVelocityX()
      • getVelocityY

        double getVelocityY()
      • getVelocityZ

        double getVelocityZ()
      • getRemainingCycles

        default int getRemainingCycles()
      • getInteracting

        default RSActor getInteracting()