public class S00PacketKeepAlive extends Packet
| Constructor and Description |
|---|
S00PacketKeepAlive() |
S00PacketKeepAlive(int p_i45195_1_) |
| Modifier and Type | Method and Description |
|---|---|
int |
func_149134_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(INetHandlerPlayClient p_148833_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 S00PacketKeepAlive()
public S00PacketKeepAlive(int p_i45195_1_)
public void processPacket(INetHandlerPlayClient p_148833_1_)
public void readPacketData(PacketBuffer p_148837_1_) throws java.io.IOException
readPacketData in class Packetjava.io.IOExceptionpublic void writePacketData(PacketBuffer p_148840_1_) throws java.io.IOException
writePacketData in class Packetjava.io.IOExceptionpublic boolean hasPriority()
hasPriority in class Packetpublic void processPacket(INetHandler p_148833_1_)
processPacket in class Packetpublic int func_149134_c()