Uses of Enum Class
io.papermc.paper.entity.TeleportFlag.Relative
-
Uses of TeleportFlag.Relative in io.papermc.paper.entity
Modifier and TypeFieldDescriptionstatic final TeleportFlag.Relative
TeleportFlag.Relative.PITCH
Deprecated, for removal: This API element is subject to removal in a future version.relative velocity flags now allow for the whole rotation to be relative, instead of the yaw and pitch having individual options.static final TeleportFlag.Relative
TeleportFlag.Relative.X
Deprecated, for removal: This API element is subject to removal in a future version.Since 1.21.3, vanilla split up the relative teleport flags into velocity and position related ones.static final TeleportFlag.Relative
TeleportFlag.Relative.Y
Deprecated, for removal: This API element is subject to removal in a future version.Since 1.21.3, vanilla split up the relative teleport flags into velocity and position related ones.static final TeleportFlag.Relative
TeleportFlag.Relative.YAW
Deprecated, for removal: This API element is subject to removal in a future version.relative velocity flags now allow for the whole rotation to be relative, instead of the yaw and pitch having individual options.static final TeleportFlag.Relative
TeleportFlag.Relative.Z
Deprecated, for removal: This API element is subject to removal in a future version.Since 1.21.3, vanilla split up the relative teleport flags into velocity and position related ones.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)