Uses of Interface
org.bukkit.entity.AnimalTamer
-
Packages that use AnimalTamer Package Description org.bukkit More generalized classes in the API.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld
, including all players, monsters, projectiles, etc.org.bukkit.event.entity -
-
Uses of AnimalTamer in org.bukkit
Subinterfaces of AnimalTamer in org.bukkit Modifier and Type Interface Description interface
OfflinePlayer
-
Uses of AnimalTamer in org.bukkit.entity
Subinterfaces of AnimalTamer in org.bukkit.entity Modifier and Type Interface Description interface
HumanEntity
Represents a human entity, such as an NPC or a playerinterface
Player
Represents a player, connected or notMethods in org.bukkit.entity that return AnimalTamer Modifier and Type Method Description AnimalTamer
Tameable. getOwner()
Gets the current owning AnimalTamerMethods in org.bukkit.entity with parameters of type AnimalTamer Modifier and Type Method Description void
Tameable. setOwner(AnimalTamer tamer)
Set this to be owned by given AnimalTamer. -
Uses of AnimalTamer in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return AnimalTamer Modifier and Type Method Description AnimalTamer
EntityTameEvent. getOwner()
Gets the owning AnimalTamerConstructors in org.bukkit.event.entity with parameters of type AnimalTamer Constructor Description EntityTameEvent(LivingEntity entity, AnimalTamer owner)
-