Examples of GuiCombustionEngine


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
Copyright © 2018 www.massapi.com. 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.