Class ContainerEnchantment

java.lang.Object
net.minecraft.src.Container
net.minecraft.src.ContainerEnchantment

public class ContainerEnchantment extends Container
  • Field Details

    • tableInventory

      public IInventory tableInventory
      SlotEnchantmentTable object with ItemStack to be enchanted
    • nameSeed

      public long nameSeed
      used as seed for EnchantmentNameParts (see GuiEnchantment)
    • enchantLevels

      public int[] enchantLevels
      3-member array storing the enchantment levels of each slot
    • MAX_VANILLA_BOOKSHELF_COUNT

      public static final int MAX_VANILLA_BOOKSHELF_COUNT
      See Also:
    • MAX_VANILLA_HORIZONTAL_BOOKSHELF_RANGE

      public static final int MAX_VANILLA_HORIZONTAL_BOOKSHELF_RANGE
      See Also:
    • MAX_VANILLA_VERTICAL_BOOKSHELF_RANGE

      public static final int MAX_VANILLA_VERTICAL_BOOKSHELF_RANGE
      See Also:
  • Constructor Details

    • ContainerEnchantment

      public ContainerEnchantment(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
  • Method Details