Uses of Class
net.royalur.rules.state.ResignedGameState
Packages that use ResignedGameState
-
Uses of ResignedGameState in net.royalur
Methods in net.royalur that return ResignedGameStateModifier and TypeMethodDescriptionGame.getResignedState()
Gets the last control state in this game as an instance ofResignedGameState
. -
Uses of ResignedGameState in net.royalur.notation
Methods in net.royalur.notation that return ResignedGameStateModifier 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) Methods in net.royalur.notation with parameters of type ResignedGameStateModifier and TypeMethodDescriptionvoid
JsonNotation.writeResignedState
(com.fasterxml.jackson.core.JsonGenerator generator, ResignedGameState state)