Class DoneAction
java.lang.Object
games.stendhal.server.maps.deathmatch.DoneAction
- All Implemented Interfaces:
ChatAction,PostTransitionAction
Handles player claim of victory by giving reward after verifying the winning.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfire(Player player, Sentence sentence, EventRaiser raiser)does some action after a transition.
-
Constructor Details
-
DoneAction
-
-
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
-