public class SPongPacket extends java.lang.Object implements IPacket<IClientStatusNetHandler>
Modifier and Type | Field and Description |
---|---|
private long |
clientTime |
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, wait
shouldSkipErrors
public SPongPacket()
public SPongPacket(long clientTimeIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientStatusNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientStatusNetHandler>
java.io.IOException
public void processPacket(IClientStatusNetHandler handler)
processPacket
in interface IPacket<IClientStatusNetHandler>