Uses of Class
net.royalur.rules.state.ResignedGameState
-
Uses of ResignedGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getResignedState()
Gets the last control state in this game as an instance ofResignedGameState
. -
Uses of ResignedGameState in net.royalur.notation
Modifier and TypeMethodDescriptionDerivedStateSource.createResignedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType player) FullStateSource.createResignedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType player) abstract ResignedGameState
StateSource.createResignedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType player) JsonNotation.readResignedState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, PlayerType player) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeResignedState
(com.fasterxml.jackson.core.JsonGenerator generator, ResignedGameState state)