Uses of Enum
org.bukkit.event.world.PortalCreateEvent.CreateReason
Packages that use PortalCreateEvent.CreateReason
-
Uses of PortalCreateEvent.CreateReason in org.bukkit.event.world
Methods in org.bukkit.event.world that return PortalCreateEvent.CreateReasonModifier and TypeMethodDescriptionPortalCreateEvent.getReason()
Gets the reason for the portal's creationReturns the enum constant of this type with the specified name.static PortalCreateEvent.CreateReason[]
PortalCreateEvent.CreateReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.event.world with parameters of type PortalCreateEvent.CreateReasonModifierConstructorDescriptionPortalCreateEvent(List<BlockState> blocks, World world, Entity entity, PortalCreateEvent.CreateReason reason)
PortalCreateEvent(List<BlockState> blocks, World world, PortalCreateEvent.CreateReason reason)
Deprecated.