Package forestry.mail

Examples of forestry.mail.PostalCarrier


    definitionPhilatelist = mail.addDefinition(new MachineDefinition(Defaults.DEFINITION_PHILATELIST_META, "forestry.Philatelist", MachinePhilatelist.class)
        .setFaces(0, 1, 2, 3, 2, 2, 0, 7));

    PostManager.postRegistry = new PostRegistry();
    PostManager.postRegistry.registerCarrier(new PostalCarrier(EnumAddressee.PLAYER));
    PostManager.postRegistry.registerCarrier(new PostalCarrier(EnumAddressee.TRADER));
  }
View Full Code Here

TOP

Related Classes of forestry.mail.PostalCarrier

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.