Interface RSProjectile

All Superinterfaces:
RSDoublyLinkedNode, RSEntity, RSNode, RSProvider

public interface RSProjectile extends RSEntity
  • Method Details

    • getSpeedZ

      double getSpeedZ()
    • getSpeedY

      double getSpeedY()
    • getSpeedX

      double getSpeedX()
    • getTargetIndex

      int getTargetIndex()
    • getSourceIndex

      int getSourceIndex()
    • getFloorLevel

      int getFloorLevel()
    • getTargetDistance

      int getTargetDistance()
    • getSlope

      int getSlope()
    • getHeightOffset

      double getHeightOffset()
    • getSpeed

      double getSpeed()
    • getAbsoluteX

      double getAbsoluteX()
    • getSequence

      RSAnimationSequence getSequence()
    • getAbsoluteY

      double getAbsoluteY()
    • getXRotation

      int getXRotation()
    • getStartCycle

      int getStartCycle()
    • getStartY

      int getStartY()
    • getEndCycle

      int getEndCycle()
    • isInMotion

      boolean isInMotion()
    • getId

      int getId()
    • getStartX

      int getStartX()
    • getYRotation

      int getYRotation()
    • getHeight

      int getHeight()
      Specified by:
      getHeight in interface RSEntity
    • getLiveX

      int getLiveX()
    • setLiveX

      void setLiveX(int liveX)
    • getLiveY

      int getLiveY()
    • setLiveY

      void setLiveY(int liveY)