Package forestry.factory.gui

Examples of forestry.factory.gui.ContainerBottler


      return null;

    switch (GuiId.values()[id]) {

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

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

    case CentrifugeGUI:
View Full Code Here

TOP

Related Classes of forestry.factory.gui.ContainerBottler

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.