Uses of Enum
org.bukkit.PortalType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of PortalType in org.bukkit
Modifier and TypeMethodDescriptionstatic PortalType
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. -
Uses of PortalType in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityCreatePortalEvent.getPortalType()
Deprecated.Gets the type of portal that is trying to be created.ModifierConstructorDescriptionEntityCreatePortalEvent
(LivingEntity what, List<BlockState> blocks, PortalType type) Deprecated.