Package forestry.factory.gui

Examples of forestry.factory.gui.GuiWorktable


    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:
      return null;

    }
View Full Code Here

TOP

Related Classes of forestry.factory.gui.GuiWorktable

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