Uses of Class
net.royalur.rules.state.EndGameState
-
Uses of EndGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getEndState()
Gets the current state of this game as an instance ofEndGameState
. -
Uses of EndGameState in net.royalur.notation
Modifier and TypeMethodDescriptionDerivedStateSource.createEndState
(RuleSet rules, long timeSinceGameStartMs, PlayerType winner) FullStateSource.createEndState
(RuleSet rules, long timeSinceGameStartMs, PlayerType winner) abstract EndGameState
StateSource.createEndState
(RuleSet rules, long timeSinceGameStartMs, PlayerType winner) JsonNotation.readEndState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeEndState
(com.fasterxml.jackson.core.JsonGenerator generator, EndGameState state)