net.minecraft.network.packet.c2s.play

public class InventoryMenuClickSlotC2SPacket

implements Packet<ServerPlayPacketHandler>

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

Field summary

Modifier and TypeField
private int
a
field_8781
menuId
field_149554_a
windowId
private int
b
field_8782
slot
field_149552_b
slotId
private int
c
field_8783
clickData
field_149553_c
packedClickData
private short
d
field_8784
interactionId
field_149550_d
actionNumber
private ItemStack
e
field_8785
item
field_149551_e
clickedItem
private ActionType
f
field_13798
action
field_149549_f
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(me arg0)
method_7971(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
func_148833_a(INetHandlerPlayServer arg0)
processPacket(INetHandlerPlayServer handler)
public void
a(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public int
b()
method_7972()
getMenuId()
func_149548_c()
getWindowId()
public int
c()
method_7973()
getSlot()
func_149544_d()
getSlotId()
public int
d()
method_7974()
getClickData()
func_149543_e()
getUsedButton()
public short
e()
method_7975()
getActionId()
func_149547_f()
getActionNumber()
public ItemStack
f()
method_7976()
getItem()
func_149546_g()
getClickedItem()
public ActionType
g()
method_7977()
getAction()
func_186993_f()
getClickType()