Class ChestMenuInventoryClickEvent

java.lang.Object
dev.latvian.mods.kubejs.gui.chest.ChestMenuInventoryClickEvent

public class ChestMenuInventoryClickEvent extends Object
  • Field Details

    • type

      public final net.minecraft.world.inventory.ClickType type
    • button

      public final int button
  • Constructor Details

    • ChestMenuInventoryClickEvent

      public ChestMenuInventoryClickEvent(net.minecraft.world.inventory.Slot slot, net.minecraft.world.inventory.ClickType type, int button)
  • Method Details

    • getIndex

      public int getIndex()
    • getItem

      public net.minecraft.world.item.ItemStack getItem()
    • setItem

      public void setItem(net.minecraft.world.item.ItemStack item)