java.lang.Object
net.botwithus.rs3.game.login.LoginManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static int
getWorld()
static net.botwithus.rs3.game.login.WorldResult
Hops to a different world This does not enable/disable auto login, if auto login has been disabledstatic boolean
static void
setAutoLogin
(boolean autoLogin) static void
setWorld
(int world)
-
Method Details
-
setWorld
public static void setWorld(int world) -
setAutoLogin
public static void setAutoLogin(boolean autoLogin) -
getLoginStatus
public static int getLoginStatus() -
isLoginInProgress
public static boolean isLoginInProgress() -
getWorld
public static int getWorld() -
hopWorld
Hops to a different world This does not enable/disable auto login, if auto login has been disabled- Parameters:
world
- The world the player should hop too
-