Class GuardNPC.NotInJailCondition
java.lang.Object
games.stendhal.server.maps.semos.jail.GuardNPC.NotInJailCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
- Enclosing class:
- GuardNPC
Is the player speaking to us not in jail?
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NotInJailCondition
public NotInJailCondition()
-
-
Method Details
-
fire
Description copied from interface:PreTransitionCondition
can the transition be done?- Specified by:
fire
in interfaceChatCondition
- Specified by:
fire
in 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
-