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 TimeControlTimeControl.fromString(String text) GameMetadata.getTimeControl()Gets the time control used for this game, ornullif no time control was included in this game's metadata.static TimeControlTimeControl.withPerMoveSeconds(int perMoveSeconds) Methods in net.royalur.model with parameters of type TimeControlModifier and TypeMethodDescriptionvoidGameMetadata.setTimeControl(TimeControl timeControl) Sets the time control used for this game.