Uses of Enum Class
io.papermc.paper.entity.TeleportFlag.Relative
Packages that use TeleportFlag.Relative
-
Uses of TeleportFlag.Relative in io.papermc.paper.entity
Methods in io.papermc.paper.entity that return TeleportFlag.RelativeModifier 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
Methods in org.bukkit.event.player that return types with arguments of type TeleportFlag.RelativeModifier and TypeMethodDescriptionPlayerPortalEvent.getRelativeTeleportationFlags()
Deprecated.No effectPlayerTeleportEvent.getRelativeTeleportationFlags()
Returns the relative teleportation flags used in this teleportation.Constructor parameters in org.bukkit.event.player with type arguments of type TeleportFlag.RelativeModifierConstructorDescriptionPlayerTeleportEvent
(@NotNull Player player, @NotNull Location from, @Nullable Location to, @NotNull PlayerTeleportEvent.TeleportCause cause, Set<@NotNull TeleportFlag.Relative> teleportFlagSet)