Uses of Class
com.treescrub.spedran.data.Engine
-
Packages that use Engine 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 Engine in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Engine Modifier and Type Method Description static CompletableFuture<Engine>Spedran. getEngine(String id)Gets theEnginethat corresponds to the providedidasynchronously. -
Uses of Engine in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Engine Constructor Description EngineRequest(Engine engine) -
Uses of Engine in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type Engine Modifier and Type Method Description GameRomhacksRequestGameRomhacksRequest. engine(Engine engine)Sets the engine to filter for.GamesRequestGamesRequest. engine(Engine engine)Restricts the results to games with the givenEngine. -
Uses of Engine in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type Engine Modifier and Type Method Description SeriesGamesRequestSeriesGamesRequest. engine(Engine engine)Restricts the results to games with the givenEngine.
-