Package forestry.mail.items

Examples of forestry.mail.items.ItemStamps


      new StampInfo("5n", EnumPostage.P_5, "ingotTin", 0x9c0707, 0xffffff), new StampInfo("10n", EnumPostage.P_10, Items.gold_ingot, 0x7bd1b8, 0xffffff),
      new StampInfo("20n", EnumPostage.P_20, Items.diamond, 0xff9031, 0xfff7dd), new StampInfo("50n", EnumPostage.P_50, Items.emerald, 0x6431d7, 0xfff7dd),
      new StampInfo("100n", EnumPostage.P_100, Items.nether_star, 0xd731ba, 0xfff7dd)}; //new StampInfo("200n", EnumPostage.P_200, Item.netherStar, 0xcd9831, 0xfff7dd)};

    /* STAMPS */
    ForestryItem.stamps.registerItem(new ItemStamps(stampDefinitions), "stamps");

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

    /* CATALOGUE */
 
View Full Code Here

TOP

Related Classes of forestry.mail.items.ItemStamps

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.