Package forestry.factory.gui

Examples of forestry.factory.gui.ContainerRaintank


    case MoistenerGUI:
      return new ContainerMoistener(player.inventory, (MachineMoistener) getTileForestry(world, x, y, z));

    case RaintankGUI:
      return new ContainerRaintank(player.inventory, (MachineRaintank) getTileForestry(world, x, y, z));

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

    case StillGUI:
View Full Code Here

TOP

Related Classes of forestry.factory.gui.ContainerRaintank

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.