Uses of Enum Class
org.bukkit.PortalType
Packages that use PortalType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of PortalType in io.papermc.paper.event.entity
Methods in io.papermc.paper.event.entity that return PortalTypeModifier and TypeMethodDescriptionEntityPortalReadyEvent.getPortalType()
Gets the portal type for this event.Constructors in io.papermc.paper.event.entity with parameters of type PortalTypeModifierConstructorDescriptionEntityPortalReadyEvent
(@NotNull Entity entity, @Nullable World targetWorld, @NotNull PortalType portalType) -
Uses of PortalType in org.bukkit
Methods in org.bukkit that return PortalTypeModifier 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
Methods in org.bukkit.event.entity that return PortalTypeModifier 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.Constructors in org.bukkit.event.entity with parameters of type PortalTypeModifierConstructorDescriptionEntityCreatePortalEvent
(@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)