| Constructor and Description |
|---|
C11PacketEnchantItem() |
C11PacketEnchantItem(int windowId,
int button) |
| Modifier and Type | Method and Description |
|---|---|
int |
getButton() |
int |
getWindowId() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerPlayServer handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public C11PacketEnchantItem()
public C11PacketEnchantItem(int windowId,
int button)
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 int getWindowId()
public int getButton()
public void processPacket(INetHandler handler)
processPacket in interface Packet