Uses of Enum
org.bukkit.event.entity.EntityUnleashEvent.UnleashReason
Package
Description
-
Uses of EntityUnleashEvent.UnleashReason in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityUnleashEvent.getReason()
Returns the reason for the unleashing.Returns the enum constant of this type with the specified name.static EntityUnleashEvent.UnleashReason[]
EntityUnleashEvent.UnleashReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEntityUnleashEvent
(Entity entity, EntityUnleashEvent.UnleashReason reason)