Examples of LoggerRunnable


Examples of me.vudu.Conflict.Runnables.LoggerRunnable

    getServer().getScheduler().scheduleAsyncRepeatingTask(this, new PlayerHealerRunnable(), 40L, 40L); // ((alle 2s))
    getServer().getScheduler().scheduleAsyncRepeatingTask(this, new VirusRunnable(this), 4L, 4L); // ((alle 0.2s))

    getServer().getScheduler().scheduleAsyncRepeatingTask(this, new PlayerRegenerationRunnable(),
        20 * ConflictPlugin.skillRegenerationIntervall, 20 * ConflictPlugin.skillRegenerationIntervall);
    getServer().getScheduler().scheduleAsyncRepeatingTask(this, new LoggerRunnable(), 1200L, 1200L); //1x pro Minute
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.