Package forestry.lepidopterology.gui

Examples of forestry.lepidopterology.gui.GuiFlutterlyzer


      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.gui.GuiFlutterlyzer

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.