Class NakedCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.NakedCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=OUTFIT,
label="Outfit?")
public class NakedCondition
extends Object
implements ChatCondition
Is the player naked? (e. g. not wearing anything on his/her body)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NakedCondition
public NakedCondition()
-
-
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
-
toString
-
hashCode
public int hashCode() -
equals
-