Package forestry.apiculture.gui

Examples of forestry.apiculture.gui.ContainerAlveary


    ItemStack equipped;
    switch (GuiId.values()[cleanId]) {

    case AlvearyGUI:
      synchApiaristTracker(world, player);
      return new ContainerAlveary(player.inventory, (TileAlvearyPlain) getTileForestry(world, x, y, z));

    case AlvearySieveGUI:
      return new ContainerAlvearySieve(player.inventory, (TileAlvearySieve) getTileForestry(world, x, y, z));

    case AlvearySwarmerGUI:
View Full Code Here

TOP

Related Classes of forestry.apiculture.gui.ContainerAlveary

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.