Uses of Enum
org.bukkit.event.entity.EntityTransformEvent.TransformReason
Package
Description
-
Uses of EntityTransformEvent.TransformReason in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityTransformEvent.getTransformReason()
Gets the reason for the conversion that has occurred.Returns the enum constant of this type with the specified name.static EntityTransformEvent.TransformReason[]
EntityTransformEvent.TransformReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEntityTransformEvent
(Entity original, List<Entity> convertedList, EntityTransformEvent.TransformReason transformReason)