Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket.Flag
Packages that use PlayerPositionLookS2CPacket.Flag
Package
Description
-
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerPositionLookS2CPacket.FlagModifier and TypeFieldDescriptionprivate Set<PlayerPositionLookS2CPacket.Flag>
PlayerPositionLookS2CPacket.flags
Methods in net.minecraft.network.packet.s2c.play that return PlayerPositionLookS2CPacket.FlagModifier 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.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionstatic Set<PlayerPositionLookS2CPacket.Flag>
PlayerPositionLookS2CPacket.Flag.getFlags(int mask)
PlayerPositionLookS2CPacket.getFlags()
Method parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionstatic int
PlayerPositionLookS2CPacket.Flag.getBitfield(Set<PlayerPositionLookS2CPacket.Flag> flags)
Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifierConstructorDescriptionPlayerPositionLookS2CPacket(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
Method parameters in net.minecraft.server.command with type arguments of type PlayerPositionLookS2CPacket.FlagModifier 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
Method parameters in net.minecraft.server.network with type arguments of type PlayerPositionLookS2CPacket.FlagModifier 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)