Uses of Interface
org.bukkit.entity.AnimalTamer
-
Packages that use AnimalTamer Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.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 interfaceOfflinePlayer -
Uses of AnimalTamer in org.bukkit.entity
Subinterfaces of AnimalTamer in org.bukkit.entity Modifier and Type Interface Description interfaceHumanEntityRepresents a human entity, such as an NPC or a playerinterfacePlayerRepresents a player, connected or notMethods in org.bukkit.entity that return AnimalTamer Modifier and Type Method Description @Nullable AnimalTamerFox. getFirstTrustedPlayer()Gets the first trusted player.@Nullable AnimalTamerTameable. getOwner()Gets the current owning AnimalTamer@Nullable AnimalTamerFox. getSecondTrustedPlayer()Gets the second trusted player.Methods in org.bukkit.entity with parameters of type AnimalTamer Modifier and Type Method Description voidFox. setFirstTrustedPlayer(@Nullable AnimalTamer player)Set the first trusted player.voidTameable. setOwner(@Nullable AnimalTamer tamer)Set this to be owned by given AnimalTamer.voidFox. 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 AnimalTamer Modifier and Type Method Description @NotNull AnimalTamerEntityTameEvent. getOwner()Gets the owning AnimalTamerConstructors in org.bukkit.event.entity with parameters of type AnimalTamer Constructor Description EntityTameEvent(@NotNull LivingEntity entity, @NotNull AnimalTamer owner)
-