Package jag.game.type
Interface RSTransformableDefinition
-
- All Superinterfaces:
RSDefinition
,RSDoublyLinkedNode
,RSNode
,RSProvider
- All Known Subinterfaces:
RSNpcDefinition
,RSObjectDefinition
public interface RSTransformableDefinition extends RSDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getTransformIds()
int
getVarpbitIndex()
int
getVarpIndex()
-
Methods inherited from interface jag.game.type.RSDefinition
containsAction, getActions, getId, getName
-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-