Uses of Enum Class
io.papermc.paper.entity.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
Modifier 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
Modifier 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
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, boolean dismounted, Set<@NotNull RelativeTeleportFlag> teleportFlagSet)