public class S10PacketSpawnPainting extends Packet
Constructor and Description |
---|
S10PacketSpawnPainting() |
S10PacketSpawnPainting(EntityPainting p_i45170_1_) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
func_148961_h() |
int |
func_148962_f() |
int |
func_148963_e() |
int |
func_148964_d() |
int |
func_148965_c() |
int |
func_148966_g() |
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayClient p_148967_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 S10PacketSpawnPainting()
public S10PacketSpawnPainting(EntityPainting p_i45170_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 void processPacket(INetHandlerPlayClient p_148967_1_)
public java.lang.String serialize()
public int func_148965_c()
public int func_148964_d()
public int func_148963_e()
public int func_148962_f()
public int func_148966_g()
public java.lang.String func_148961_h()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet