Uses of Enum Class
games.stendhal.server.constants.KillType
Packages that use KillType
Package
Description
This package contains conditions frequently used in quests.
-
Uses of KillType in games.stendhal.server.constants
Methods in games.stendhal.server.constants that return KillType -
Uses of KillType in games.stendhal.server.entity.npc.condition
Constructors in games.stendhal.server.entity.npc.condition with parameters of type KillTypeModifierConstructorDescriptionPlayerHasKilledNumberOfCreaturesCondition(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