Uses of Enum Class
io.papermc.paper.entity.RelativeTeleportFlag
Packages that use RelativeTeleportFlag
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of RelativeTeleportFlag in io.papermc.paper.entity
Methods in io.papermc.paper.entity that return RelativeTeleportFlagModifier and TypeMethodDescriptionstatic RelativeTeleportFlag
Returns the enum constant of this class with the specified name.static RelativeTeleportFlag[]
RelativeTeleportFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RelativeTeleportFlag in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type RelativeTeleportFlagModifier and TypeMethodDescriptionboolean
Player.teleport
(@NotNull Location location, PlayerTeleportEvent.TeleportCause cause, boolean ignorePassengers, boolean dismount, @NotNull RelativeTeleportFlag @NotNull ... teleportFlags) Teleports this entity to the given location. -
Uses of RelativeTeleportFlag in org.bukkit.event.player
Methods in org.bukkit.event.player that return types with arguments of type RelativeTeleportFlagModifier 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 RelativeTeleportFlagModifierConstructorDescriptionPlayerTeleportEvent
(@NotNull Player player, @NotNull Location from, @Nullable Location to, @NotNull PlayerTeleportEvent.TeleportCause cause, boolean dismounted, Set<@NotNull RelativeTeleportFlag> teleportFlagSet)