Package org.dreambot.api.methods.login
Class LoginStats
- java.lang.Object
-
- org.dreambot.api.methods.login.LoginStats
-
public class LoginStats extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LoginStats()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetAlwaysZero1()static intgetAlwaysZeroMaybe()static intgetGameState()static longgetLastLoginScreenStateTime()static longgetLastPacketReceived()static intgetLoginCount()static longgetLoginTime()static longgetLogoutTime()static longgetTimeBetweenLoginScreenAndLoginCompletion()static booleanisShouldProcess()static voidsetGameState(int state)static voidsetLoginCount(int count)static voidsetLoginTime(long time)static voidsetLogoutTime(long time)static voidsetShouldProcess(boolean process)
-
-
-
Method Detail
-
getLoginCount
public static int getLoginCount()
-
setLoginCount
public static void setLoginCount(int count)
-
getGameState
public static int getGameState()
-
setGameState
public static void setGameState(int state)
-
getLoginTime
public static long getLoginTime()
-
setLoginTime
public static void setLoginTime(long time)
-
getLogoutTime
public static long getLogoutTime()
-
setLogoutTime
public static void setLogoutTime(long time)
-
isShouldProcess
public static boolean isShouldProcess()
-
setShouldProcess
public static void setShouldProcess(boolean process)
-
getLastLoginScreenStateTime
public static long getLastLoginScreenStateTime()
-
getLastPacketReceived
public static long getLastPacketReceived()
-
getTimeBetweenLoginScreenAndLoginCompletion
public static long getTimeBetweenLoginScreenAndLoginCompletion()
-
getAlwaysZeroMaybe
public static int getAlwaysZeroMaybe()
-
getAlwaysZero1
public static int getAlwaysZero1()
-
-