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, ornull
if 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 TypeMethodDescriptionvoid
JsonNotation.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 TypeClassDescriptionclass
A game state that represents a game being abandoned.class
A game state that represents a player resigning from a game.