public class SPacketCustomSound extends java.lang.Object implements Packet<INetHandlerPlayClient>
Modifier and Type | Field and Description |
---|---|
private SoundCategory |
category |
private float |
pitch |
private java.lang.String |
soundName |
private float |
volume |
private int |
x |
private int |
y |
private int |
z |
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) |
private java.lang.String soundName
private SoundCategory category
private int x
private int y
private int z
private float volume
private float pitch
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()