Package games.stendhal.server.script
Class BetManager.BetAction
java.lang.Object
games.stendhal.server.script.BetManager.BetAction
- All Implemented Interfaces:
ChatAction
,PostTransitionAction
- Enclosing class:
- BetManager
handles a bet.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fire(Player player, Sentence sentence, EventRaiser raiser)
does some action after a transition.
-
Constructor Details
-
BetAction
protected BetAction()
-
-
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
-