Uses of Class
net.minecraft.network.protocol.game.ClientboundPlayerLookAtPacket
Packages that use ClientboundPlayerLookAtPacket
-
Uses of ClientboundPlayerLookAtPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerLookAtPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleLookAt(ClientboundPlayerLookAtPacket p_105054_) -
Uses of ClientboundPlayerLookAtPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerLookAtPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundPlayerLookAtPacket> GamePacketTypes.CLIENTBOUND_PLAYER_LOOK_ATstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerLookAtPacket> ClientboundPlayerLookAtPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerLookAtPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerLookAtPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleLookAt(ClientboundPlayerLookAtPacket p_131415_)