Package jag.game.type

Interface RSDefinition

All Superinterfaces:
RSDoublyLinkedNode, RSNode, RSProvider
All Known Subinterfaces:
RSItemDefinition, RSNpcDefinition, RSObjectDefinition, RSTransformableDefinition

public interface RSDefinition extends RSDoublyLinkedNode
  • Method Details

    • getId

      int getId()
    • getName

      String getName()
    • getActions

      String[] getActions()
    • containsAction

      default boolean containsAction(Predicate<String> action)