Uses of Enum Class
games.stendhal.server.constants.KillType
Package
Description
This package contains conditions frequently used in quests.
-
Uses of KillType in games.stendhal.server.constants
-
Uses of KillType in games.stendhal.server.entity.npc.condition
ModifierConstructorDescriptionPlayerHasKilledNumberOfCreaturesCondition(Integer number, KillType killType, String... creatureNames)
Constructor to use when you want to let kill the same number of each specified creature.PlayerHasKilledNumberOfCreaturesCondition(String creature, Integer numberOfKills, KillType killType)
Constructor to use condition with only one creature.PlayerHasKilledNumberOfCreaturesCondition(Map<String,Integer> kills, KillType killType)
Creates a condition to kill each creature with the name specified in the map and the number as value