| Package | Description | 
|---|---|
| org.bukkit.event.world | 
| Modifier and Type | Method | Description | 
|---|---|---|
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. 
 | 
| Constructor | Description | 
|---|---|
PortalCreateEvent(List<BlockState> blocks,
                 World world,
                 Entity entity,
                 PortalCreateEvent.CreateReason reason) | 
|
PortalCreateEvent(List<BlockState> blocks,
                 World world,
                 PortalCreateEvent.CreateReason reason) | 
 Deprecated.  
 | 
Copyright © 2020. All rights reserved.