implements Packet<ClientGamePacketListener>
| ahj | |
| net.minecraft.network.protocol.game.ClientboundStopSoundPacket | |
| net.minecraft.class_2770 | |
| net.minecraft.network.packet.s2c.play.StopSoundS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static final StreamCodec<FriendlyByteBuf, ClientboundStopSoundPacket> |
| ||||||||
| private static final int |
| ||||||||
| private static final int |
| ||||||||
| private final Identifier |
| ||||||||
| private final SoundSource |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Identifier soundId, SoundSource category) |
| private | (FriendlyByteBuf buf) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private void |
| ||||||||
| public PacketType<ClientboundStopSoundPacket> |
| ||||||||
| public void |
| ||||||||
| public Identifier |
| ||||||||
| public SoundSource |
|