public class C0EPacketClickWindow extends Packet
Constructor and Description |
---|
C0EPacketClickWindow() |
C0EPacketClickWindow(int p_i45246_1_,
int p_i45246_2_,
int p_i45246_3_,
int p_i45246_4_,
ItemStack p_i45246_5_,
short p_i45246_6_) |
Modifier and Type | Method and Description |
---|---|
int |
func_149542_h() |
int |
func_149543_e() |
int |
func_149544_d() |
ItemStack |
func_149546_g() |
short |
func_149547_f() |
int |
func_149548_c() |
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayServer p_149545_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer p_148837_1_)
Reads the raw packet data from the data stream.
|
java.lang.String |
serialize()
Returns a string formatted as comma separated [field]=[value] values.
|
void |
writePacketData(PacketBuffer p_148840_1_)
Writes the raw packet data to the data stream.
|
generatePacket, hasPriority, readBlob, toString, writeBlob
public C0EPacketClickWindow()
public C0EPacketClickWindow(int p_i45246_1_, int p_i45246_2_, int p_i45246_3_, int p_i45246_4_, ItemStack p_i45246_5_, short p_i45246_6_)
public void processPacket(INetHandlerPlayServer p_149545_1_)
public void readPacketData(PacketBuffer p_148837_1_) throws java.io.IOException
readPacketData
in class Packet
java.io.IOException
public void writePacketData(PacketBuffer p_148840_1_) throws java.io.IOException
writePacketData
in class Packet
java.io.IOException
public java.lang.String serialize()
public int func_149548_c()
public int func_149544_d()
public int func_149543_e()
public short func_149547_f()
public ItemStack func_149546_g()
public int func_149542_h()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet