Uses of Enum Class
org.bukkit.PortalType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of PortalType in io.papermc.paper.event.entity
Modifier and TypeMethodDescriptionEntityPortalReadyEvent.getPortalType()
Gets the portal type for this event.ModifierConstructorDescriptionEntityPortalReadyEvent
(@NotNull Entity entity, @Nullable World targetWorld, @NotNull PortalType portalType) -
Uses of PortalType in org.bukkit
Modifier and TypeMethodDescriptionstatic PortalType
Returns the enum constant of this class with the specified name.static PortalType[]
PortalType.values()
Returns an array containing the constants of this enum class, 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.EntityPortalEvent.getPortalType()
Get the portal type relating to this event.ModifierConstructorDescriptionEntityCreatePortalEvent
(@NotNull LivingEntity what, @NotNull List<BlockState> blocks, @NotNull PortalType type) Deprecated.EntityPortalEvent
(@NotNull Entity entity, @NotNull Location from, @Nullable Location to, int searchRadius, PortalType portalType)