Package forestry.mail.items

Examples of forestry.mail.items.ItemCatalogue


    /* LETTER */
    ForestryItem.letters.registerItem(new ItemLetter(), "letters");

    /* CATALOGUE */
    ForestryItem.catalogue.registerItem(new ItemCatalogue(), "catalogue");
  }
View Full Code Here

TOP

Related Classes of forestry.mail.items.ItemCatalogue

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.