Class EnchantmentMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.EnchantmentMenu

public class EnchantmentMenu extends AbstractContainerMenu
  • Field Details

    • EMPTY_SLOT_LAPIS_LAZULI

      static final ResourceLocation EMPTY_SLOT_LAPIS_LAZULI
    • enchantSlots

      private final Container enchantSlots
    • access

      private final ContainerLevelAccess access
    • random

      private final RandomSource random
    • enchantmentSeed

      private final DataSlot enchantmentSeed
    • costs

      public final int[] costs
    • enchantClue

      public final int[] enchantClue
    • levelClue

      public final int[] levelClue
  • Constructor Details

    • EnchantmentMenu

      public EnchantmentMenu(int pContainerId, Inventory pPlayerInventory)
    • EnchantmentMenu

      public EnchantmentMenu(int pContainerId, Inventory pPlayerInventory, ContainerLevelAccess pAccess)
  • Method Details