Package buildcraft.energy.gui

Examples of buildcraft.energy.gui.GuiStoneEngine


    case GuiIds.ENGINE_IRON:
      return new GuiCombustionEngine(player.inventory, (TileEngineIron) engine);

    case GuiIds.ENGINE_STONE:
      return new GuiStoneEngine(player.inventory, (TileEngineStone) engine);

    default:
      return null;
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.energy.gui.GuiStoneEngine

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.