public class S13PacketDestroyEntities extends Packet
Constructor and Description |
---|
S13PacketDestroyEntities() |
S13PacketDestroyEntities(int... p_i45211_1_) |
Modifier and Type | Method and Description |
---|---|
int[] |
func_149098_c() |
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayClient p_149099_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 S13PacketDestroyEntities()
public S13PacketDestroyEntities(int... p_i45211_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_149099_1_)
public java.lang.String serialize()
public int[] func_149098_c()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet