public class SPacketEffect extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Constructor and Description | 
|---|
SPacketEffect()  | 
SPacketEffect(int soundTypeIn,
             BlockPos soundPosIn,
             int soundDataIn,
             boolean serverWideIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getSoundData()  | 
BlockPos | 
getSoundPos()  | 
int | 
getSoundType()  | 
boolean | 
isSoundServerwide()  | 
void | 
processPacket(INetHandlerPlayClient handler)  | 
void | 
readPacketData(PacketBuffer buf)  | 
void | 
writePacketData(PacketBuffer buf)  | 
public SPacketEffect()
public SPacketEffect(int soundTypeIn,
                     BlockPos soundPosIn,
                     int soundDataIn,
                     boolean serverWideIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>public boolean isSoundServerwide()
public int getSoundType()
public int getSoundData()
public BlockPos getSoundPos()