Package mekanism.common.tile

Examples of mekanism.common.tile.TileEntityFactory


  {
    mc.renderEngine.bindTexture(RESOURCE);

    guiObj.drawTexturedRect(guiWidth + 176, guiHeight + 70, 0, 0, 26, 63);

    TileEntityFactory factory = tileEntity;
    int displayInt = factory.getScaledRecipeProgress(15);

    guiObj.drawTexturedRect(guiWidth + 181, guiHeight + 94, 26, 0, 10, displayInt);

    mc.renderEngine.bindTexture(defaultLocation);
  }
View Full Code Here

TOP

Related Classes of mekanism.common.tile.TileEntityFactory

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.