Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket.Flag
Package
Description
-
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate Set<PlayerPositionLookS2CPacket.Flag>
PlayerPositionLookS2CPacket.flags
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlayerPositionLookS2CPacket.Flag[]
PlayerPositionLookS2CPacket.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set<PlayerPositionLookS2CPacket.Flag>
PlayerPositionLookS2CPacket.Flag.getFlags(int mask)
PlayerPositionLookS2CPacket.getFlags()
Modifier and TypeMethodDescriptionstatic int
PlayerPositionLookS2CPacket.Flag.getBitfield(Set<PlayerPositionLookS2CPacket.Flag> flags)
ModifierConstructorDescriptionPlayerPositionLookS2CPacket(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags, int teleportId, boolean shouldDismount)
-
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static void
TeleportCommand.teleport(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PlayerPositionLookS2CPacket.Flag> movementFlags, float yaw, float pitch, @Nullable TeleportCommand.LookTarget facingLocation)
-
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.requestTeleport(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags)
void
ServerPlayNetworkHandler.requestTeleport(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> flags, boolean shouldDismount)