Package org.bukkit.entity
Interface AnimalTamer
- All Known Subinterfaces:
- HumanEntity,- OfflinePlayer,- Player
public interface AnimalTamer
- 
Method SummaryModifier and Type Method Description StringgetName()This is the name of the specified AnimalTamer.UUIDgetUniqueId()This is the UUID of the specified AnimalTamer.
- 
Method Details- 
getNameThis is the name of the specified AnimalTamer.- Returns:
- The name to reference on tamed animals or null if a name cannot be obtained
 
- 
getUniqueIdThis is the UUID of the specified AnimalTamer.- Returns:
- The UUID to reference on tamed animals
 
 
-