类 ItemCombinerMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.ItemCombinerMenu
直接已知子类:
AnvilMenu, SmithingMenu

public abstract class ItemCombinerMenu extends AbstractContainerMenu
  • 字段详细资料

    • INVENTORY_SLOTS_PER_ROW

      private static final int INVENTORY_SLOTS_PER_ROW
      另请参阅:
    • INVENTORY_SLOTS_PER_COLUMN

      private static final int INVENTORY_SLOTS_PER_COLUMN
      另请参阅:
    • 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
  • 构造器详细资料

  • 方法详细资料