| Constructor and Description |
|---|
C0DPacketCloseWindow() |
C0DPacketCloseWindow(int windowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public C0DPacketCloseWindow()
public C0DPacketCloseWindow(int windowId)
public void processPacket(INetHandlerPlayServer handler)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packetjava.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packetjava.io.IOExceptionpublic void processPacket(INetHandler handler)
processPacket in interface Packet