Uses of Enum Class
org.bukkit.event.world.PortalCreateEvent.CreateReason
-
Uses of PortalCreateEvent.CreateReason in org.bukkit.event.world
Modifier and TypeMethodDescriptionPortalCreateEvent.getReason()
Gets the reason for the portal's creationReturns the enum constant of this class with the specified name.static PortalCreateEvent.CreateReason[]
PortalCreateEvent.CreateReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPortalCreateEvent
(@NotNull List<BlockState> blocks, @NotNull World world, @Nullable Entity entity, @NotNull PortalCreateEvent.CreateReason reason) PortalCreateEvent
(@NotNull List<BlockState> blocks, @NotNull World world, @NotNull PortalCreateEvent.CreateReason reason) Deprecated.