Class Time

java.lang.Object
com.epicbot.api.shared.util.time.Time

public class Time extends Object
  • Constructor Details

    • Time

      public Time()
  • Method Details

    • getHumanReaction

      public static int getHumanReaction()
    • sleep

      public static boolean sleep()
    • sleep

      public static boolean sleep(int min, int max)
    • sleep

      public static boolean sleep(int sleep)
    • sleep

      public static boolean sleep(int min, int max, Completable completable)
    • sleep

      public static boolean sleep(int min, int max, Completable completable, int iterationSleep)
    • sleep

      public static boolean sleep(int timeout, Completable completable, int maxTimeout, Completable resetCondition)
    • sleep

      public static boolean sleep(int sleep, Completable completable)
    • sleep

      public static boolean sleep(int sleep, Completable completable, int iterationSleep)
    • sleep

      public static boolean sleep(SleepTimer timer)
    • sleep

      public static boolean sleep(SleepTimer timer, int iterationSleep)
    • getRuntime

      public static long getRuntime(long startTime)
    • getFormattedRuntime

      public static String getFormattedRuntime(long startTime)
    • getRuntimeMinutes

      public static int getRuntimeMinutes(long startTime)
    • getFormattedTime

      public static String getFormattedTime(long time)