Class ChestMenuInventoryClickEvent
java.lang.Object
dev.latvian.mods.kubejs.gui.chest.ChestMenuInventoryClickEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChestMenuInventoryClickEvent(net.minecraft.world.inventory.Slot slot, net.minecraft.world.inventory.ClickType type, int button) -
Method Summary
-
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)
-