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