Uses of Class
games.stendhal.server.entity.creature.DomesticAnimal
Package
Description
-
Uses of DomesticAnimal in games.stendhal.server.core.engine.transformer
Modifier and TypeMethodDescriptionprotected static boolean
PlayerTransformer.placeAnimalIntoWorld(DomesticAnimal animal, Player player)
Places a domestic animal in the world. -
Uses of DomesticAnimal in games.stendhal.server.entity.creature
Modifier and TypeClassDescriptionclass
A baby dragon is a domestic animal that can be owned by a player.class
A cat is a domestic animal that can be owned by a player.class
A pet is a domestic animal that can be owned by a player.class
A purple dragon is a domestic animal that can be owned by a player.class
-
Uses of DomesticAnimal in games.stendhal.server.entity.player
Modifier and TypeMethodDescriptionPlayer.searchAnimal(String name, boolean exactly)
Search for an animal with the given name or type.Modifier and TypeMethodDescriptionPlayer.getAnimals()
Return a list of all animals associated to this player.