public class CustomSoundEventS2CPacket
implements Packet<ClientPlayPacketHandler>
| gp | |
| net.minecraft.unmapped.C_81132206 | |
| net.minecraft.network.packet.s2c.play.CustomSoundEventS2CPacket |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private String |
| ||||||
| private SoundCategory |
| ||||||
| private int |
| ||||||
| private int |
| ||||||
| private int |
| ||||||
| private float |
| ||||||
| private float |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (String name, SoundCategory category, double x, double y, double z, float volume, float pitch) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public String |
| ||||||
| public SoundCategory |
| ||||||
| public double |
| ||||||
| public double |
| ||||||
| public double |
| ||||||
| public float |
| ||||||
| public float |
|