Uses of Class
net.minecraft.network.protocol.game.ClientboundSoundPacket
Packages that use ClientboundSoundPacket
-
Uses of ClientboundSoundPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSoundPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSoundEvent
(ClientboundSoundPacket p_105114_) -
Uses of ClientboundSoundPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSoundPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSoundPacket> GamePacketTypes.CLIENTBOUND_SOUND
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSoundPacket> ClientboundSoundPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSoundPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSoundPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSoundEvent
(ClientboundSoundPacket p_131445_)