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