Package jag.game.scene.entity
Interface RSProjectile
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
-
Method Summary
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getDebugColor, getModel, getModels, isDebugging, setDebugColor, setDebugging
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
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() -
getLiveX
int getLiveX() -
setLiveX
void setLiveX(int liveX) -
getLiveY
int getLiveY() -
setLiveY
void setLiveY(int liveY)
-