Examples of GuiStill


Examples of forestry.factory.gui.GuiStill

    case SqueezerGUI:
      return new GuiSqueezer(player.inventory, (MachineSqueezer) getTileForestry(world, x, y, z));

    case StillGUI:
      return new GuiStill(player.inventory, (MachineStill) getTileForestry(world, x, y, z));

    case WorktableGUI:
      return new GuiWorktable(player, (TileWorktable)getTileForestry(world, x, y, z));
     
    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.