Uses of Class
com.treescrub.spedran.data.TimingType
-
Packages that use TimingType Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API. -
-
Uses of TimingType in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return TimingType Modifier and Type Method Description TimingTypeGameRuleset. getDefaultTime()Gets the defaultTimingTypethat this game uses to sort the leaderboard by.static TimingTypeTimingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimingType[]TimingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.treescrub.spedran.data that return types with arguments of type TimingType Modifier and Type Method Description List<TimingType>GameRuleset. getRunTimes()Gets aListof allowedTimingTypes that a run can have.Optional<TimingType>Leaderboard. getTiming()Gets theTimingTypethat was used to sort the runs fromLeaderboard.getRuns(). -
Uses of TimingType in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders with parameters of type TimingType Modifier and Type Method Description LeaderboardRequestLeaderboardRequest. timing(TimingType timingType)Sorts the leaderboard by the timing type.
-