Package forestry.mail.gui

Examples of forestry.mail.gui.ContainerCatalogue


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

      if (cata.getItem() instanceof ItemCatalogue)
        return new ContainerCatalogue(player);
      else
        return null;
     
    case LetterGUI:
      ItemStack equipped = getEquippedItem(player);
View Full Code Here

TOP

Related Classes of forestry.mail.gui.ContainerCatalogue

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.