net.minecraft.network.protocol.game

public class ClientboundStopSoundPacket

implements Packet<ClientGamePacketListener>

agm
net.minecraft.network.protocol.game.ClientboundStopSoundPacket
net.minecraft.class_2770

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ClientboundStopSoundPacket>
a
STREAM_CODEC
field_47999
private static final int
b
HAS_SOURCE
field_33354
private static final int
c
HAS_SOUND
field_33355
private final ResourceLocation
d
name
field_12676
private final SoundSource
e
source
field_12677

Constructor summary

ModifierConstructor
public (ResourceLocation arg0, SoundSource arg1)
private (FriendlyByteBuf arg0)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_55944(class_2540 arg0)
public PacketType<ClientboundStopSoundPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_11905(class_2602 arg0)
public ResourceLocation
b()
getName()
method_11904()
public SoundSource
e()
getSource()
method_11903()