Uses of Class
org.bukkit.event.entity.EntityUnleashEvent.UnleashReason
| Package | Description |
|---|---|
| org.bukkit.event.entity |
-
Uses of EntityUnleashEvent.UnleashReason in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EntityUnleashEvent.UnleashReason Modifier and Type Method Description EntityUnleashEvent.UnleashReasonEntityUnleashEvent. getReason()Returns the reason for the unleashing.static EntityUnleashEvent.UnleashReasonEntityUnleashEvent.UnleashReason. valueOf(java.lang.String name)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.Constructors in org.bukkit.event.entity with parameters of type EntityUnleashEvent.UnleashReason Constructor Description EntityUnleashEvent(Entity entity, EntityUnleashEvent.UnleashReason reason)