Uses of Class
net.minecraft.network.protocol.game.ClientboundRotateHeadPacket
Packages that use ClientboundRotateHeadPacket
-
Uses of ClientboundRotateHeadPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRotateHeadPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRotateMob
(ClientboundRotateHeadPacket p_105068_) -
Uses of ClientboundRotateHeadPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRotateHeadPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRotateHeadPacket> GamePacketTypes.CLIENTBOUND_ROTATE_HEAD
static final StreamCodec
<FriendlyByteBuf, ClientboundRotateHeadPacket> ClientboundRotateHeadPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRotateHeadPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRotateHeadPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRotateMob
(ClientboundRotateHeadPacket p_131422_)