Package forestry.apiculture.gui

Examples of forestry.apiculture.gui.ContainerBeealyzer


      equipped = getEquippedItem(player);
      if (equipped == null)
        return null;

      synchApiaristTracker(world, player);
      return new ContainerBeealyzer(player.inventory, new BeealyzerInventory(player, equipped));

    case BeehouseGUI:
      synchApiaristTracker(world, player);
      return new ContainerApiary(player.inventory, (TileBeehouse) getTileForestry(world, x, y, z), false);
View Full Code Here

TOP

Related Classes of forestry.apiculture.gui.ContainerBeealyzer

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.