Package net.minecraft.inventory

Examples of net.minecraft.inventory.ContainerWorkbench


    return false;
  }

  public boolean doesRecipeExist(ICraftingPatternMAC pattern)
  {
    InventoryCrafting inv = new InventoryCrafting(new ContainerWorkbench(new InventoryPlayer(null), gridTE.getWorld(), 0, 0, 0)
    {
      public void onCraftMatrixChanged(IInventory par1IInventory)
      {
      }
    }, 3, 3);
View Full Code Here

TOP

Related Classes of net.minecraft.inventory.ContainerWorkbench

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.