Package forestry.lepidopterology.gui

Examples of forestry.lepidopterology.gui.ContainerFlutterlyzer


      case FlutterlyzerGUI:
        ItemStack equipped = getEquippedItem(player);
        if (equipped == null)
          return null;

        return new ContainerFlutterlyzer(player.inventory, new FlutterlyzerInventory(player, equipped));

      case LepidopteristChestGUI:
        return getNaturalistChestContainer(ButterflyHelper.UID, player, world, x, y, z, guiData);

      default:
View Full Code Here

TOP

Related Classes of forestry.lepidopterology.gui.ContainerFlutterlyzer

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.