Examples of GuiStoneEngine


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
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.