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
(Entity entity, @Nullable World targetWorld, 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.EntityPortalEnterEvent.getPortalType()
Get the portal type.EntityPortalEvent.getPortalType()
Get the portal type relating to this event.ModifierConstructorDescriptionEntityCreatePortalEvent
(@NotNull LivingEntity what, @NotNull List<BlockState> blocks, @NotNull PortalType type) Deprecated.EntityPortalEnterEvent
(@NotNull Entity entity, @NotNull Location location, PortalType portalType) EntityPortalEvent
(@NotNull Entity entity, @NotNull Location from, @Nullable Location to, int searchRadius, boolean canCreatePortal, int creationRadius, PortalType portalType)