Uses of Class
org.bukkit.event.world.PortalCreateEvent.CreateReason
| Package | Description |
|---|---|
| org.bukkit.event.world |
-
Uses of PortalCreateEvent.CreateReason in org.bukkit.event.world
Methods in org.bukkit.event.world that return PortalCreateEvent.CreateReason Modifier and Type Method Description PortalCreateEvent.CreateReasonPortalCreateEvent. getReason()Gets the reason for the portal's creationstatic PortalCreateEvent.CreateReasonPortalCreateEvent.CreateReason. valueOf(java.lang.String name)Returns 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.CreateReason Constructor Description PortalCreateEvent(java.util.Collection<Block> blocks, World world, PortalCreateEvent.CreateReason reason)