public class CustomSoundEventS2CPacket
implements Packet<ClientPlayPacketHandler>
| gk | |
| net.minecraft.class_2913 | |
| net.minecraft.network.packet.s2c.play.CustomSoundEventS2CPacket | |
| net.minecraft.network.play.server.SPacketCustomSound |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private String |
| ||||||||
| private SoundCategory |
| ||||||||
| private int |
| ||||||||
| private int |
| ||||||||
| private int |
| ||||||||
| private float |
| ||||||||
| private int |
|
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 |
|