Uses of Interface
org.bukkit.entity.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
-
Uses of AnimalTamer in org.bukkit.entity
Modifier and TypeInterfaceDescriptioninterface
Represents a human entity, such as an NPC or a playerinterface
Represents a player, connected or notModifier and TypeMethodDescriptionFox.getFirstTrustedPlayer()
Gets the first trusted player.Tameable.getOwner()
Gets the current owning AnimalTamerFox.getSecondTrustedPlayer()
Gets the second trusted player.Modifier 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
ModifierConstructorDescriptionEntityTameEvent(@NotNull LivingEntity entity, @NotNull AnimalTamer owner)