public class SPlaySoundEventPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Constructor and Description |
|---|
SPlaySoundEventPacket() |
SPlaySoundEventPacket(int soundTypeIn,
BlockPos soundPosIn,
int soundDataIn,
boolean serverWideIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSoundData() |
BlockPos |
getSoundPos() |
int |
getSoundType() |
boolean |
isSoundServerwide() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SPlaySoundEventPacket()
public SPlaySoundEventPacket(int soundTypeIn,
BlockPos soundPosIn,
int soundDataIn,
boolean serverWideIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public boolean isSoundServerwide()
public int getSoundType()
public int getSoundData()
public BlockPos getSoundPos()