Package net.storm.api.game
Interface IGame
public interface IGame
-
Method Summary
Modifier and TypeMethodDescriptionintintnet.runelite.api.GameStategetState()intbooleanbooleanbooleanbooleandefault booleanvoidlogout()voidsetGameAccount(GameAccount account)
-
Method Details
-
getGameAccount
GameAccount getGameAccount() -
setGameAccount
-
isLoggedIn
boolean isLoggedIn() -
getState
net.runelite.api.GameState getState() -
isInCutscene
boolean isInCutscene() -
getWildyLevel
int getWildyLevel() -
isInWilderness
boolean isInWilderness() -
isOnLoginScreen
default boolean isOnLoginScreen() -
getDeadmanLevel
int getDeadmanLevel() -
getMembershipDays
int getMembershipDays() -
isBlackScreen
boolean isBlackScreen() -
logout
void logout() -
getLastLogin
Instant getLastLogin()
-