public class SPacketCustomSound extends java.lang.Object implements Packet<INetHandlerPlayClient>
Constructor and Description |
---|
SPacketCustomSound() |
SPacketCustomSound(java.lang.String soundNameIn,
SoundCategory categoryIn,
double xIn,
double yIn,
double zIn,
float volumeIn,
float pitchIn) |
Modifier and Type | Method and Description |
---|---|
SoundCategory |
getCategory() |
float |
getPitch() |
java.lang.String |
getSoundName() |
float |
getVolume() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public SPacketCustomSound()
public SPacketCustomSound(java.lang.String soundNameIn, SoundCategory categoryIn, double xIn, double yIn, double zIn, float volumeIn, float pitchIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public java.lang.String getSoundName()
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public SoundCategory getCategory()
public double getX()
public double getY()
public double getZ()
public float getVolume()
public float getPitch()