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 booleancontainsAction(Predicate<String> action)String[]getActions()intgetId()StringgetName()-
Methods inherited from interface jag.RSDoublyLinkedNode
getDoublyKey, getNextDoubly, getPreviousDoubly
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-