Constructor and Description |
---|
S28PacketEffect() |
S28PacketEffect(int p_i45978_1_,
BlockPos p_i45978_2_,
int p_i45978_3_,
boolean p_i45978_4_) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
func_179746_d() |
void |
func_180739_a(INetHandlerPlayClient p_180739_1_) |
int |
getSoundData() |
int |
getSoundType() |
boolean |
isSoundServerwide() |
void |
processPacket(INetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S28PacketEffect()
public S28PacketEffect(int p_i45978_1_, BlockPos p_i45978_2_, int p_i45978_3_, boolean p_i45978_4_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void func_180739_a(INetHandlerPlayClient p_180739_1_)
public boolean isSoundServerwide()
public void processPacket(INetHandler handler)
processPacket
in interface Packet
public int getSoundType()
public int getSoundData()
public BlockPos func_179746_d()