Class StartAction
java.lang.Object
games.stendhal.server.maps.deathmatch.StartAction
- All Implemented Interfaces:
ChatAction,PostTransitionAction
Action to start a new deathmatch session for the player.
- Author:
- hendrik
-
Constructor Summary
ConstructorsConstructorDescriptionStartAction(DeathmatchInfo deathmatchInfo) Creates a new StartAction for the specified deathmatch. -
Method Summary
Modifier and TypeMethodDescriptionvoidfire(Player player, Sentence sentence, EventRaiser raiser) does some action after a transition.
-
Constructor Details
-
StartAction
Creates a new StartAction for the specified deathmatch.- Parameters:
deathmatchInfo- deathmatch to start
-
-
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
-