Uses of Class
net.royalur.model.TimeControl
Packages that use TimeControl
-
Uses of TimeControl in net.royalur.model
Fields in net.royalur.model declared as TimeControlMethods in net.royalur.model that return TimeControlModifier and TypeMethodDescriptionstatic TimeControl
TimeControl.fromString
(String text) GameMetadata.getTimeControl()
Gets the time control used for this game, ornull
if no time control was included in this game's metadata.static TimeControl
TimeControl.withPerMoveSeconds
(int perMoveSeconds) Methods in net.royalur.model with parameters of type TimeControlModifier and TypeMethodDescriptionvoid
GameMetadata.setTimeControl
(TimeControl timeControl) Sets the time control used for this game.