|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalCreateEvent.CreateReason | |
---|---|
org.bukkit.event.world | Events triggered by various world states or changes. |
Uses of PortalCreateEvent.CreateReason in org.bukkit.event.world |
---|
Methods in org.bukkit.event.world that return PortalCreateEvent.CreateReason | |
---|---|
PortalCreateEvent.CreateReason |
PortalCreateEvent.getReason()
Gets the reason for the portal's creation |
static PortalCreateEvent.CreateReason |
PortalCreateEvent.CreateReason.valueOf(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 | |
---|---|
PortalCreateEvent(Collection<Block> blocks,
World world,
PortalCreateEvent.CreateReason reason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |