net.minecraft.network.packet.c2s.play

public class InventoryMenuClickSlotC2SPacket

implements Packet<ServerPlayPacketHandler>

ir
net.minecraft.class_2059
net.minecraft.network.packet.c2s.play.InventoryMenuClickSlotC2SPacket
net.minecraft.network.play.client.CPacketClickWindow

Field summary

Modifier and TypeField
private int
a
field_8781
menuId
windowId
private int
b
field_8782
slot
slotId
private int
c
field_8783
clickData
packedClickData
private short
d
field_8784
interactionId
actionNumber
private ItemStack
e
field_8785
item
clickedItem
private ActionType
f
field_13798
action
mode

Constructor summary

ModifierConstructor
public ()
public (int menuId, int slot, int clickData, ActionType action, ItemStack item, short interactionId)

Method summary

Modifier and TypeMethod
public void
a(ij arg0)
method_7971(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public void
a(eq arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eq arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public int
a()
method_7972()
getMenuId()
getWindowId()
public int
b()
method_7973()
getSlot()
getSlotId()
public int
c()
method_7974()
getClickData()
getUsedButton()
public short
d()
method_7975()
getActionId()
getActionNumber()
public ItemStack
e()
method_7976()
getItem()
getClickedItem()
public ActionType
f()
method_7977()
getAction()
getClickType()