Class KilledSoloAllCreaturesCondition
java.lang.Object
games.stendhal.server.core.rp.achievement.condition.KilledSoloAllCreaturesCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
Did the player kill all creatures, solo? (excluding rare)
- Author:
- kymara
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KilledSoloAllCreaturesCondition
public KilledSoloAllCreaturesCondition()
-
-
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
-