Uses of Enum Class
org.bukkit.event.entity.EntityTargetEvent.TargetReason
Packages that use EntityTargetEvent.TargetReason
Package
Description
-
Uses of EntityTargetEvent.TargetReason in org.bukkit.event.entity
Subclasses with type arguments of type EntityTargetEvent.TargetReason in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the reason for the targetingMethods in org.bukkit.event.entity that return EntityTargetEvent.TargetReasonModifier and TypeMethodDescriptionEntityTargetEvent.getReason()Returns the reason for the targetingReturns the enum constant of this class with the specified name.static EntityTargetEvent.TargetReason[]EntityTargetEvent.TargetReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type EntityTargetEvent.TargetReasonModifierConstructorDescriptionEntityTargetEvent(@NotNull Entity entity, @Nullable Entity target, @NotNull EntityTargetEvent.TargetReason reason) EntityTargetLivingEntityEvent(@NotNull Entity entity, @Nullable LivingEntity target, @NotNull EntityTargetEvent.TargetReason reason)