Class RemoveStorableEntityAction

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

@Dev(category=IGNORE) public class RemoveStorableEntityAction extends Object implements ChatAction
removes all storable entities from the specified list that has the players name as identifier.
  • Constructor Details

    • RemoveStorableEntityAction

      public RemoveStorableEntityAction(StorableEntityList<?> storeableEntityList)
      Creates a new RemoveStoreableEntity.
      Parameters:
      storeableEntityList - the list to removed entities from
  • Method Details