Package buildcraft.energy.gui

Examples of buildcraft.energy.gui.GuiCombustionEngine


    TileEngineWithInventory engine = (TileEngineWithInventory) tile;

    switch (id) {

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

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

    default:
View Full Code Here

TOP

Related Classes of buildcraft.energy.gui.GuiCombustionEngine

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.