Uses of Enum Class
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 class with the specified name.static EntityTransformEvent.TransformReason[]
EntityTransformEvent.TransformReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionEntityTransformEvent
(@NotNull Entity original, @NotNull List<Entity> convertedList, @NotNull EntityTransformEvent.TransformReason transformReason)