Package mekanism.common

Examples of mekanism.common.IFactory


      electricChest.setPassword(itemStack, ((TileEntityElectricChest)tileEntity).password);
    }

    if(tileEntity instanceof TileEntityFactory)
    {
      IFactory factoryItem = (IFactory)itemStack.getItem();
      factoryItem.setRecipeType(((TileEntityFactory)tileEntity).recipeType, itemStack);
    }

    return itemStack;
  }
View Full Code Here

TOP

Related Classes of mekanism.common.IFactory

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.