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 TypeMethodDescriptionvoid
ClientPacketListener.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_AT
static final StreamCodec
<FriendlyByteBuf, ClientboundPlayerLookAtPacket> ClientboundPlayerLookAtPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleLookAt
(ClientboundPlayerLookAtPacket p_131415_)