Package com.epicbot.api.shared.util.time
Class Time
java.lang.Object
com.epicbot.api.shared.util.time.Time
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFormattedRuntime(long startTime) static StringgetFormattedTime(long time) static intstatic longgetRuntime(long startTime) static intgetRuntimeMinutes(long startTime) static booleansleep()static booleansleep(int sleep) static booleansleep(int min, int max) static booleansleep(int min, int max, Completable completable) static booleansleep(int min, int max, Completable completable, int iterationSleep) static booleansleep(int sleep, Completable completable) static booleansleep(int sleep, Completable completable, int iterationSleep) static booleansleep(int timeout, Completable completable, int maxTimeout, Completable resetCondition) static booleansleep(SleepTimer timer) static booleansleep(SleepTimer timer, int iterationSleep)
-
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) -
getRuntime
public static long getRuntime(long startTime) -
getFormattedRuntime
-
getRuntimeMinutes
public static int getRuntimeMinutes(long startTime) -
getFormattedTime
-