Uses of Enum Class
io.papermc.paper.entity.TeleportFlag.Relative
-
Uses of TeleportFlag.Relative in io.papermc.paper.entity
Modifier and TypeMethodDescriptionstatic TeleportFlag.Relative
Returns the enum constant of this class with the specified name.static TeleportFlag.Relative[]
TeleportFlag.Relative.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TeleportFlag.Relative in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerPortalEvent.getRelativeTeleportationFlags()
Deprecated.No effectPlayerTeleportEvent.getRelativeTeleportationFlags()
Returns the relative teleportation flags used in this teleportation.ModifierConstructorDescriptionPlayerTeleportEvent
(@NotNull Player player, @NotNull Location from, @Nullable Location to, @NotNull PlayerTeleportEvent.TeleportCause cause, Set<@NotNull TeleportFlag.Relative> teleportFlagSet)