public class CClickWindowPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private short |
actionNumber |
private ItemStack |
clickedItem |
private ClickType |
mode |
private int |
packedClickData |
private int |
slotId |
private int |
windowId |
Constructor and Description |
---|
CClickWindowPacket() |
CClickWindowPacket(int windowIdIn,
int slotIdIn,
int usedButtonIn,
ClickType modeIn,
ItemStack clickedItemIn,
short actionNumberIn) |
Modifier and Type | Method and Description |
---|---|
short |
getActionNumber() |
ItemStack |
getClickedItem() |
ClickType |
getClickType() |
int |
getSlotId() |
int |
getUsedButton() |
int |
getWindowId() |
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 int windowId
private int slotId
private int packedClickData
private short actionNumber
private ItemStack clickedItem
private ClickType mode
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.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public int getWindowId()
public int getSlotId()
public int getUsedButton()
public short getActionNumber()
public ItemStack getClickedItem()
public ClickType getClickType()