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.flagsMethods 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 i) PlayerPositionLookS2CPacket.getFlags()Method parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionstatic intPlayerPositionLookS2CPacket.Flag.getBitfield(Set<PlayerPositionLookS2CPacket.Flag> set) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerPositionLookS2CPacket.FlagModifierConstructorDescriptionPlayerPositionLookS2CPacket(double double2, double double3, double double4, float float2, float float3, Set<PlayerPositionLookS2CPacket.Flag> set, int int2) -
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 voidTeleportCommand.method_21104(class_3915 class_3915, Entity entity, ServerWorld serverWorld, double double2, double double3, double double4, Set<PlayerPositionLookS2CPacket.Flag> set, float float2, float float3, TeleportCommand.class_4434 class_4434) -
Uses of PlayerPositionLookS2CPacket.Flag in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type PlayerPositionLookS2CPacket.FlagModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.teleportRequest(double x, double y, double z, float yaw, float pitch, Set<PlayerPositionLookS2CPacket.Flag> set)