Package forestry.mail.triggers

Examples of forestry.mail.triggers.TriggerHasMail


  public void preInit() {
    super.preInit();

    new TickHandlerMailClient();

    triggerHasMail = new TriggerHasMail();
    lowPaper64 = new TriggerLowPaper("mail.lowPaper.64", 64);
    lowPaper32 = new TriggerLowPaper("mail.lowPaper.32", 32);
    lowPostage40 = new TriggerLowStamps("mail.lowStamps.40", 40);
    lowPostage20 = new TriggerLowStamps("mail.lowStamps.20", 20);
    lowInput25 = new TriggerLowInput("mail.lowInput.25", 0.25f);
View Full Code Here

TOP

Related Classes of forestry.mail.triggers.TriggerHasMail

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.