Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.entity |
Modifier and Type | Method | 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 | Description |
---|---|---|
@NotNull PortalType |
EntityCreatePortalEvent.getPortalType() |
Deprecated.
Gets the type of portal that is trying to be created.
|
Constructor | Description |
---|---|
EntityCreatePortalEvent(@NotNull LivingEntity what,
@NotNull List<BlockState> blocks,
@NotNull PortalType type) |
Deprecated.
|
Copyright © 2020. All rights reserved.