Class CreateSlotAction

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

public class CreateSlotAction extends Object implements ChatAction
creates a slot
Author:
hendrik
  • Constructor Details

    • CreateSlotAction

      public CreateSlotAction(List<String> slotNames)
      creates a slot
      Parameters:
      slotNames - list of slots to create
  • Method Details