Package jag.game.scene.entity
Interface RSPickable
-
- All Superinterfaces:
RSDoublyLinkedNode
,RSEntity
,RSNode
,RSProvider
public interface RSPickable extends RSEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDespawnTick()
int
getId()
int
getOwnerType()
int
getRevealTick()
int
getStackSize()
boolean
isUnkBool()
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.game.scene.entity.RSEntity
defineModel, getCachedModel, getDebugColor, getHeight, getModel, getModels, isDebugging, setCachedModel, setDebugColor, setDebugging
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-