Package forestry.lepidopterology.items.ItemFlutterlyzer

Examples of forestry.lepidopterology.items.ItemFlutterlyzer.FlutterlyzerInventory


      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


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

        return new GuiFlutterlyzer(player, new FlutterlyzerInventory(player, equipped));

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

      default:
View Full Code Here

TOP

Related Classes of forestry.lepidopterology.items.ItemFlutterlyzer.FlutterlyzerInventory

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.