Uses of Class
com.treescrub.spedran.data.Run
-
Packages that use Run 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.run -
-
Uses of Run in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Run Modifier and Type Method Description static CompletableFuture<Run>Spedran. getRun(String id)Gets theRunthat corresponds to the providedidasynchronously. -
Uses of Run in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return Run Modifier and Type Method Description RunLeaderboardRun. getRun()Gets the associated run. -
Uses of Run in com.treescrub.spedran.requests.builders.run
Constructors in com.treescrub.spedran.requests.builders.run with parameters of type Run Constructor Description DeleteRunRequest(Run run)RunPlayersRequest(Run run)RunRequest(Run run)RunStatusRequest(Run run)
-