Class RemoveStorableEntityAction
java.lang.Object
games.stendhal.server.entity.npc.action.RemoveStorableEntityAction
- All Implemented Interfaces:
ChatAction
,PostTransitionAction
removes all storable entities from the specified list that
has the players name as identifier.
-
Constructor Summary
ConstructorDescriptionRemoveStorableEntityAction(StorableEntityList<?> storeableEntityList)
Creates a new RemoveStoreableEntity. -
Method Summary
-
Constructor Details
-
RemoveStorableEntityAction
Creates a new RemoveStoreableEntity.- Parameters:
storeableEntityList
- the list to removed entities from
-
-
Method Details
-
fire
Description copied from interface:PostTransitionAction
does some action after a transition.- Specified by:
fire
in interfaceChatAction
- Specified by:
fire
in interfacePostTransitionAction
- Parameters:
player
- player who caused the transitionsentence
- text he/she saidraiser
- the NPC doing the transition
-
toString
-
hashCode
public int hashCode() -
equals
-