Package net.eternalclient.api.rs
Interface RSProjectile
-
- All Superinterfaces:
RSDualNode,RSNode,RSRenderable
public interface RSProjectile extends RSRenderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetEndCycle()intgetEndHeight()intgetFloor()intgetHeight()intgetId()default RSActorgetInteracting()default intgetRemainingCycles()intgetRsInteracting()doublegetScalar()intgetSlope()intgetStartCycle()PositionablegetTarget()doublegetVelocityX()doublegetVelocityY()doublegetVelocityZ()doublegetX()intgetX1()doublegetY()intgetY1()doublegetZ()-
Methods inherited from interface net.eternalclient.api.rs.RSDualNode
getNextDual, getPreviousDual, previousDual, setNextDual, setPreviousDual, unlinkDual
-
Methods inherited from interface net.eternalclient.api.rs.RSNode
getHash, getNext, getPrevious, onUnlink, setHash, setNext, setPrevious, unlink
-
Methods inherited from interface net.eternalclient.api.rs.RSRenderable
getModel, getModelHeight, getWorldViewId
-
-
-
-
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()
-
getTarget
Positionable getTarget()
-
getRemainingCycles
default int getRemainingCycles()
-
getInteracting
default RSActor getInteracting()
-
-