Class ListProducedItemsOfClassAction

java.lang.Object
games.stendhal.server.entity.npc.action.ListProducedItemsOfClassAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=ITEMS_PRODUCER, label="List") public class ListProducedItemsOfClassAction extends Object implements ChatAction
Lists all items produced, which are of the given item class, as part of a message
Author:
kymara
  • Constructor Details

    • ListProducedItemsOfClassAction

      public ListProducedItemsOfClassAction(String clazz, String message)
      Creates a new ListProducedItemsOfClassAction
      Parameters:
      clazz - Item class to check
      message - message with substitution [items] or [#items] for the list of items
  • Method Details