Package forestry.factory.gui

Examples of forestry.factory.gui.ContainerWorktable


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

    case WorktableGUI:
      return new ContainerWorktable(player, (TileWorktable) getTileForestry(world, x, y, z));
     
    default:
      return null;

    }
View Full Code Here

TOP

Related Classes of forestry.factory.gui.ContainerWorktable

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.