public class S2CPacketSpawnGlobalEntity extends Packet
Constructor and Description |
---|
S2CPacketSpawnGlobalEntity() |
S2CPacketSpawnGlobalEntity(Entity p_i45191_1_) |
Modifier and Type | Method and Description |
---|---|
int |
func_149049_f() |
int |
func_149050_e() |
int |
func_149051_d() |
int |
func_149052_c() |
int |
func_149053_g() |
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayClient p_149054_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 S2CPacketSpawnGlobalEntity()
public S2CPacketSpawnGlobalEntity(Entity p_i45191_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_149054_1_)
public java.lang.String serialize()
public int func_149052_c()
public int func_149051_d()
public int func_149050_e()
public int func_149049_f()
public int func_149053_g()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet