| Package | Description | 
|---|---|
| org.bukkit | 
 The root package of the Bukkit API, contains generalized API classes. 
 | 
| org.bukkit.event.entity | 
| Modifier and Type | Method and Description | 
|---|---|
static PortalType | 
PortalType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PortalType[] | 
PortalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull PortalType | 
EntityCreatePortalEvent.getPortalType()
Deprecated.  
Gets the type of portal that is trying to be created. 
 | 
| Constructor and Description | 
|---|
EntityCreatePortalEvent(@NotNull LivingEntity what,
                       @NotNull List<BlockState> blocks,
                       @NotNull PortalType type)
Deprecated.  
  | 
Copyright © 2022. All rights reserved.