Uses of Class
games.stendhal.server.core.rule.defaultruleset.DefaultCreature
Package
Description
-
Uses of DefaultCreature in games.stendhal.server.core.config
-
Uses of DefaultCreature in games.stendhal.server.core.rule
Modifier and TypeMethodDescriptionEntityManager.getDefaultCreature(String clazz)
Returns the DefaultCreature ornull
if the clazz is unknown.Modifier and TypeMethodDescriptionEntityManager.getDefaultCreatures()
gets a list of all configured creatures -
Uses of DefaultCreature in games.stendhal.server.core.rule.defaultruleset
Modifier and TypeMethodDescriptionboolean
DefaultEntityManager.addCreature(DefaultCreature creature)
-
Uses of DefaultCreature in games.stendhal.server.maps.semos.plains
Modifier 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.