Container Click Event
data class ContainerClickEvent(var containerId: Int, var stateId: Int, var slotNum: Short, var buttonNum: Byte, var clickType: ServerboundContainerClickPacketUtil.ClickType, var changedSlots: MutableList<ItemStack>, var carriedItem: ItemStack?, var selectedItem: ItemStack?)
Constructors
Link copied to clipboard
constructor(containerId: Int, stateId: Int, slotNum: Short, buttonNum: Byte, clickType: ServerboundContainerClickPacketUtil.ClickType, changedSlots: MutableList<ItemStack>, carriedItem: ItemStack?, selectedItem: ItemStack?)