Class ChestMenuClickEvent

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

public class ChestMenuClickEvent extends Object
  • Field Details

    • slot

      public final ChestMenuSlot slot
    • type

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

      public final int button
    • handled

      public transient boolean handled
  • Constructor Details

    • ChestMenuClickEvent

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

    • setHandled

      public void setHandled()