Package forestry.mail

Examples of forestry.mail.TickHandlerMailClient


  @Override
  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);
View Full Code Here

TOP

Related Classes of forestry.mail.TickHandlerMailClient

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.