public class C01PacketPing extends Packet
Constructor and Description |
---|
C01PacketPing() |
C01PacketPing(long p_i45276_1_) |
Modifier and Type | Method and Description |
---|---|
long |
func_149289_c() |
boolean |
hasPriority()
If true, the network manager will process the packet immediately when received, otherwise it will queue it for
processing.
|
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerStatusServer p_149288_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.
|
void |
writePacketData(PacketBuffer p_148840_1_)
Writes the raw packet data to the data stream.
|
public C01PacketPing()
public C01PacketPing(long p_i45276_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(INetHandlerStatusServer p_149288_1_)
public boolean hasPriority()
hasPriority
in class Packet
public long func_149289_c()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet