Uses of Class
net.royalur.rules.state.ControlGameState
Packages that use ControlGameState
-
Uses of ControlGameState in net.royalur
Methods in net.royalur that return ControlGameStateModifier and TypeMethodDescriptionGame.getLastControlStateOrNull()Gets the last control state in this game, ornullif there is no control state in this game. -
Uses of ControlGameState in net.royalur.notation
Methods in net.royalur.notation that return ControlGameStateModifier and TypeMethodDescriptionJsonNotation.readControlState(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType) Methods in net.royalur.notation with parameters of type ControlGameStateModifier and TypeMethodDescriptionvoidJsonNotation.writeControlState(com.fasterxml.jackson.core.JsonGenerator generator, ControlGameState state) -
Uses of ControlGameState in net.royalur.rules.state
Subclasses of ControlGameState in net.royalur.rules.stateModifier and TypeClassDescriptionclassA game state that represents a game being abandoned.classA game state that represents a player resigning from a game.