Package games.stendhal.server.script
Class BetManager.NoBetCondition
java.lang.Object
games.stendhal.server.script.BetManager.NoBetCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
- Enclosing class:
- BetManager
Do we NOT accept bets at the moment?
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoBetCondition
protected NoBetCondition()
-
-
Method Details
-
fire
Description copied from interface:PreTransitionConditioncan the transition be done?- Specified by:
firein interfaceChatCondition- Specified by:
firein interfacePreTransitionCondition- Parameters:
player- player who caused the transitionsentence- text he/she saidentity- the NPC doing the transition- Returns:
- true, if the transition is possible, false otherwise
-