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
ConstructorsConstructorDescriptionRemoveStorableEntityAction(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:PostTransitionActiondoes some action after a transition.- Specified by:
firein interfaceChatAction- Specified by:
firein interfacePostTransitionAction- Parameters:
player- player who caused the transitionsentence- text he/she saidraiser- the NPC doing the transition
-
toString
-
hashCode
public int hashCode() -
equals
-