Uses of Record Class
net.minecraft.network.protocol.game.ClientboundPlayerRotationPacket
Packages that use ClientboundPlayerRotationPacket
-
Uses of ClientboundPlayerRotationPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerRotationPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRotatePlayer
(ClientboundPlayerRotationPacket p_379872_) -
Uses of ClientboundPlayerRotationPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerRotationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPlayerRotationPacket> GamePacketTypes.CLIENTBOUND_PLAYER_ROTATION
static final StreamCodec
<FriendlyByteBuf, ClientboundPlayerRotationPacket> ClientboundPlayerRotationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerRotationPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerRotationPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRotatePlayer
(ClientboundPlayerRotationPacket p_380285_)