net.minecraft.network.packet.s2c.play

public class CustomSoundEventS2CPacket

implements Packet<ClientPlayPacketHandler>

gm
net.minecraft.unmapped.C_81132206
net.minecraft.network.packet.s2c.play.CustomSoundEventS2CPacket

Field summary

Modifier and TypeField
private String
a
f_17163376
name
private SoundCategory
b
f_49712775
category
private int
c
f_79196916
x
private int
d
f_93551263
y
private int
e
f_00018460
z
private float
f
f_76318722
volume
private float
g
f_45641125
pitch

Constructor summary

ModifierConstructor
public ()
public (String name, SoundCategory category, double x, double y, double z, float volume, float pitch)

Method summary

Modifier and TypeMethod
public void
a(eq arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(eq arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(fm arg0)
m_55756685(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public String
a()
m_80028015()
getSound()
public SoundCategory
b()
m_73573472()
getCategory()
public double
c()
m_95170897()
getX()
public double
d()
m_07144161()
getY()
public double
e()
m_87756637()
getZ()
public float
f()
m_23694751()
getVolume()
public float
g()
m_90047334()
getPitch()