Uses of Class
com.treescrub.spedran.requests.builders.game.GameLevelsRequest
-
Packages that use GameLevelsRequest Package Description com.treescrub.spedran com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders.game -
-
Uses of GameLevelsRequest in com.treescrub.spedran
Methods in com.treescrub.spedran that return GameLevelsRequest Modifier and Type Method Description static GameLevelsRequestSpedran. getGameLevels(String gameId)Gets aGameLevelsRequestbuilder to request the levels for the specifiedGame. -
Uses of GameLevelsRequest in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return GameLevelsRequest Modifier and Type Method Description GameLevelsRequestGame. getLevels()Gets a newGameLevelsRequestbuilder object to request levels for this game. -
Uses of GameLevelsRequest in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game that return GameLevelsRequest Modifier and Type Method Description GameLevelsRequestGameLevelsRequest. sortByName()Sorts the returned levels alphanumerically by name.GameLevelsRequestGameLevelsRequest. sortByPosition()Sorts the returned levels by the moderator defined position.GameLevelsRequestGameLevelsRequest. sortDirection(SortDirection direction)Sets the direction to sort the returned levels.
-