Package forestry.factory.gui

Examples of forestry.factory.gui.ContainerFabricator


    case CentrifugeGUI:
      return new ContainerCentrifuge(player.inventory, (MachineCentrifuge) getTileForestry(world, x, y, z));

    case FabricatorGUI:
      return new ContainerFabricator(player.inventory, (MachineFabricator) getTileForestry(world, x, y, z));

    case FermenterGUI:
      return new ContainerFermenter(player.inventory, (MachineFermenter) getTileForestry(world, x, y, z));

    case MoistenerGUI:
View Full Code Here

TOP

Related Classes of forestry.factory.gui.ContainerFabricator

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.