Uses of Class
games.stendhal.server.entity.creature.DomesticAnimal
Packages that use DomesticAnimal
Package
Description
-
Uses of DomesticAnimal in games.stendhal.server.core.engine.transformer
Methods in games.stendhal.server.core.engine.transformer with parameters of type DomesticAnimalModifier and TypeMethodDescriptionprotected static booleanPlayerTransformer.placeAnimalIntoWorld(DomesticAnimal animal, Player player) Places a domestic animal in the world. -
Uses of DomesticAnimal in games.stendhal.server.entity.creature
Subclasses of DomesticAnimal in games.stendhal.server.entity.creatureModifier and TypeClassDescriptionclassA baby dragon is a domestic animal that can be owned by a player.classA cat is a domestic animal that can be owned by a player.classA pet is a domestic animal that can be owned by a player.classA purple dragon is a domestic animal that can be owned by a player.class -
Uses of DomesticAnimal in games.stendhal.server.entity.player
Methods in games.stendhal.server.entity.player that return DomesticAnimalModifier and TypeMethodDescriptionPlayer.searchAnimal(String name, boolean exactly) Search for an animal with the given name or type.Methods in games.stendhal.server.entity.player that return types with arguments of type DomesticAnimalModifier and TypeMethodDescriptionPlayer.getAnimals()Return a list of all animals associated to this player.