public class CEnchantItemPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Modifier and Type | Field and Description |
|---|---|
private int |
button |
private int |
windowId |
| Constructor and Description |
|---|
CEnchantItemPacket() |
CEnchantItemPacket(int windowIdIn,
int buttonIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getButton() |
int |
getWindowId() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CEnchantItemPacket()
public CEnchantItemPacket(int windowIdIn,
int buttonIn)
public void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic int getWindowId()
public int getButton()