Examples of timeNextUsage()


Examples of l2p.util.Crontab.timeNextUsage()

    String var = player.getVar(name);
    if(var == null)
    {
      return 0;
    }
    return (int) Math.max((resetReuse.timeNextUsage(Long.parseLong(var)) - System.currentTimeMillis()) / 60000, 0);
  }

  /**
   * Возвращает массив униканых имен инстансов
   */
 
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.