Uses of Interface
org.bukkit.entity.AnimalTamer
Packages that use AnimalTamer
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of AnimalTamer in org.bukkitSubinterfaces of AnimalTamer in org.bukkit
- 
Uses of AnimalTamer in org.bukkit.entitySubinterfaces of AnimalTamer in org.bukkit.entityModifier and TypeInterfaceDescriptioninterfaceRepresents a human entity, such as an NPC or a playerinterfaceRepresents a player, connected or notMethods in org.bukkit.entity that return AnimalTamerModifier and TypeMethodDescriptionFox.getFirstTrustedPlayer()Gets the first trusted player.Tameable.getOwner()Gets the current owning AnimalTamerFox.getSecondTrustedPlayer()Gets the second trusted player.Methods in org.bukkit.entity with parameters of type AnimalTamerModifier and TypeMethodDescriptionvoidFox.setFirstTrustedPlayer(AnimalTamer player)Set the first trusted player.voidTameable.setOwner(AnimalTamer tamer)Set this to be owned by given AnimalTamer.voidFox.setSecondTrustedPlayer(AnimalTamer player)Set the second trusted player.
- 
Uses of AnimalTamer in org.bukkit.event.entityMethods in org.bukkit.event.entity that return AnimalTamerConstructors in org.bukkit.event.entity with parameters of type AnimalTamer