Uses of Class
games.stendhal.server.core.rule.defaultruleset.DefaultCreature
Packages that use DefaultCreature
Package
Description
-
Uses of DefaultCreature in games.stendhal.server.core.config
Methods in games.stendhal.server.core.config that return types with arguments of type DefaultCreature -
Uses of DefaultCreature in games.stendhal.server.core.rule
Methods in games.stendhal.server.core.rule that return DefaultCreatureModifier and TypeMethodDescriptionEntityManager.getDefaultCreature(String clazz) Returns the DefaultCreature ornullif the clazz is unknown.Methods in games.stendhal.server.core.rule that return types with arguments of type DefaultCreatureModifier and TypeMethodDescriptionEntityManager.getDefaultCreatures()gets a list of all configured creaturesMethods in games.stendhal.server.core.rule with parameters of type DefaultCreature -
Uses of DefaultCreature in games.stendhal.server.core.rule.defaultruleset
Methods in games.stendhal.server.core.rule.defaultruleset that return DefaultCreatureMethods in games.stendhal.server.core.rule.defaultruleset that return types with arguments of type DefaultCreatureMethods in games.stendhal.server.core.rule.defaultruleset with parameters of type DefaultCreatureModifier and TypeMethodDescriptionbooleanDefaultEntityManager.addCreature(DefaultCreature creature) -
Uses of DefaultCreature in games.stendhal.server.maps.semos.plains
Methods in games.stendhal.server.maps.semos.plains with parameters of type DefaultCreatureModifier and TypeMethodDescriptionCreatureInfo.getCreatureBasicInfo(Player player, DefaultCreature creature) Get basic information of the creature: initial string + how dangerous the creature is.CreatureInfo.getCreatureInfo(Player player, DefaultCreature creature, int maxLocations, int maxDrops, boolean respawn) get information on a creature.CreatureInfo.getHowDangerous(Player player, DefaultCreature creature, Map<Double, String> dangerLiterals) Get verbal presentation of how dangerous the creature is to the player.