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.bukkit
Subinterfaces of AnimalTamer in org.bukkitModifier and TypeInterfaceDescriptioninterface
Represents a reference to a player identity and the data belonging to a player that is stored on the disk and can, thus, be retrieved without the player needing to be online. -
Uses of AnimalTamer in org.bukkit.entity
Subinterfaces of AnimalTamer in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Represents a human entity, such as an NPC or a playerinterface
Represents a player, connected or notMethods in org.bukkit.entity that return AnimalTamerModifier and TypeMethodDescription@Nullable AnimalTamer
Fox.getFirstTrustedPlayer()
Gets the first trusted player.@Nullable AnimalTamer
Tameable.getOwner()
Gets the current owning AnimalTamer@Nullable AnimalTamer
Fox.getSecondTrustedPlayer()
Gets the second trusted player.Methods in org.bukkit.entity with parameters of type AnimalTamerModifier and TypeMethodDescriptionvoid
Fox.setFirstTrustedPlayer
(@Nullable AnimalTamer player) Set the first trusted player.void
Tameable.setOwner
(@Nullable AnimalTamer tamer) Set this to be owned by given AnimalTamer.void
Fox.setSecondTrustedPlayer
(@Nullable AnimalTamer player) Set the second trusted player. -
Uses of AnimalTamer in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return AnimalTamerModifier and TypeMethodDescription@NotNull AnimalTamer
EntityTameEvent.getOwner()
Gets the owning AnimalTamerConstructors in org.bukkit.event.entity with parameters of type AnimalTamerModifierConstructorDescriptionEntityTameEvent
(@NotNull LivingEntity entity, @NotNull AnimalTamer owner)