Examples of GuiAlvearySwarmer


Examples of forestry.apiculture.gui.GuiAlvearySwarmer

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

    case AlvearySwarmerGUI:
      return new GuiAlvearySwarmer(player.inventory, (TileAlvearySwarmer) getTileForestry(world, x, y, z));

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

    case ApiaryGUI:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.