Uses of Class
rs.kreme.ksbot.api.game.utils.GameArea
-
Packages that use GameArea Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.game.utils -
-
Uses of GameArea in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return GameArea Modifier and Type Method Description GameAreaPathing. getGameRegion()Gets the current game regionMethods in rs.kreme.ksbot.api.game with parameters of type GameArea Modifier and Type Method Description booleanPathing. inGameRegion(GameArea region)Checks if player is in a specific game region -
Uses of GameArea in rs.kreme.ksbot.api.game.utils
Methods in rs.kreme.ksbot.api.game.utils that return GameArea Modifier and Type Method Description static GameAreaGameArea. anyContainsRegion(int regionId)static GameAreaGameArea. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GameArea[]GameArea. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game.utils with parameters of type GameArea Modifier and Type Method Description static booleanGameArea. anyContainsRegion(int regionId, GameArea... gameAreas)Check if the given region is fully covered by any of the given game areas.
-