Interface AbstractRuleBasedInterpreter.ItemCommandSupplier

Enclosing class:
AbstractRuleBasedInterpreter

protected static interface AbstractRuleBasedInterpreter.ItemCommandSupplier
  • Method Details

    • getItemCommand

      @Nullable Command getItemCommand(Item item)
    • getCommandLabel

      String getCommandLabel()
    • getCommandClasses

      List<Class<? extends Command>> getCommandClasses(@Nullable Item item)