Uses of Class
net.runelite.api.GameState
-
Packages that use GameState Package Description net.runelite.api net.runelite.api.events -
-
Uses of GameState in net.runelite.api
Methods in net.runelite.api that return GameState Modifier and Type Method Description GameStateClient. getGameState()Gets the current game state.static GameStateGameState. of(int state)Utility method that maps the rank value to its respectiveGameStatevalue.static GameStateGameState. valueOf(String name)Returns the enum constant of this type with the specified name.static GameState[]GameState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type GameState Modifier and Type Method Description voidClient. setGameState(GameState gameState)Sets the current game state -
Uses of GameState in net.runelite.api.events
Methods in net.runelite.api.events that return GameState Modifier and Type Method Description GameStateGameStateChanged. getGameState()The new game state.Methods in net.runelite.api.events with parameters of type GameState Modifier and Type Method Description voidGameStateChanged. setGameState(GameState gameState)The new game state.
-