Examples of GuiCarpenter


Examples of forestry.factory.gui.GuiCarpenter

    case BottlerGUI:
      return new GuiBottler(player.inventory, (MachineBottler) getTileForestry(world, x, y, z));

    case CarpenterGUI:
      return new GuiCarpenter(player.inventory, (MachineCarpenter) getTileForestry(world, x, y, z));

    case CentrifugeGUI:
      return new GuiCentrifuge(player.inventory, (MachineCentrifuge) getTileForestry(world, x, y, z));

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