Class ItemCombinerMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.ItemCombinerMenu
Direct Known Subclasses:
AnvilMenu, SmithingMenu

public abstract class ItemCombinerMenu extends AbstractContainerMenu
  • Field Details

    • INVENTORY_SLOTS_PER_ROW

      private static final int INVENTORY_SLOTS_PER_ROW
      See Also:
    • INVENTORY_SLOTS_PER_COLUMN

      private static final int INVENTORY_SLOTS_PER_COLUMN
      See Also:
    • access

      protected final ContainerLevelAccess access
    • player

      protected final Player player
    • inputSlots

      protected final Container inputSlots
    • inputSlotIndexes

      private final List<Integer> inputSlotIndexes
    • resultSlots

      protected final ResultContainer resultSlots
    • resultSlotIndex

      private final int resultSlotIndex
  • Constructor Details

  • Method Details