public class SPacketEffect extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
serverWide |
private int |
soundData |
private BlockPos |
soundPos |
private int |
soundType |
| 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) |
private int soundType
private BlockPos soundPos
private int soundData
private boolean serverWide
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()