Uses of Class
com.treescrub.spedran.data.Gametype
-
Packages that use Gametype Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API.com.treescrub.spedran.requests.builders.game com.treescrub.spedran.requests.builders.series -
-
Uses of Gametype in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Gametype Modifier and Type Method Description static CompletableFuture<Gametype>Spedran. getGametype(String id)Gets theGametypethat corresponds to the providedidasynchronously. -
Uses of Gametype in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Gametype Constructor Description GametypeRequest(Gametype gametype) -
Uses of Gametype in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type Gametype Modifier and Type Method Description GameRomhacksRequestGameRomhacksRequest. gameType(Gametype gametype)Sets the gametype to filter for.GamesRequestGamesRequest. gameType(Gametype gametype)Restricts the results to games with the givenGametype. -
Uses of Gametype in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type Gametype Modifier and Type Method Description SeriesGamesRequestSeriesGamesRequest. gameType(Gametype gametype)Restricts the results to games with the givenGametype.
-