Examples of GuiFermenter


Examples of forestry.factory.gui.GuiFermenter

    case FabricatorGUI:
      return new GuiFabricator(player.inventory, (MachineFabricator) getTileForestry(world, x, y, z));

    case FermenterGUI:
      return new GuiFermenter(player.inventory, (MachineFermenter) getTileForestry(world, x, y, z));

    case MoistenerGUI:
      return new GuiMoistener(player.inventory, (MachineMoistener) getTileForestry(world, x, y, z));

    case RaintankGUI:
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.