public class CServerQueryPacket extends java.lang.Object implements IPacket<IServerStatusNetHandler>
Constructor and Description |
---|
CServerQueryPacket() |
Modifier and Type | Method and Description |
---|---|
void |
processPacket(IServerStatusNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerStatusNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerStatusNetHandler>
java.io.IOException
public void processPacket(IServerStatusNetHandler handler)
processPacket
in interface IPacket<IServerStatusNetHandler>