public class CClientStatusPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Class and Description |
---|---|
static class |
CClientStatusPacket.State |
Modifier and Type | Field and Description |
---|---|
private CClientStatusPacket.State |
status |
Constructor and Description |
---|
CClientStatusPacket() |
CClientStatusPacket(CClientStatusPacket.State p_i46886_1_) |
Modifier and Type | Method and Description |
---|---|
CClientStatusPacket.State |
getStatus() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private CClientStatusPacket.State status
public CClientStatusPacket()
public CClientStatusPacket(CClientStatusPacket.State p_i46886_1_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>
public CClientStatusPacket.State getStatus()