Examples of GuiCatalogue


Examples of forestry.mail.gui.GuiCatalogue

      ItemStack cata = getEquippedItem(player);
      if (cata == null)
        return null;

      if (cata.getItem() instanceof ItemCatalogue)
        return new GuiCatalogue(player);
      else
        return null;
     
    case LetterGUI:
      ItemStack equipped = getEquippedItem(player);
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.