Uses of Class
net.royalur.rules.state.PlayableGameState
-
Uses of PlayableGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getPlayableState()
Gets the current state of this game as aPlayableGameState
. -
Uses of PlayableGameState in net.royalur.notation
Modifier and TypeMethodDescriptionJsonNotation.readPlayableState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType, PlayerType turn) Modifier and TypeMethodDescriptionvoid
JsonNotation.writePlayableState
(com.fasterxml.jackson.core.JsonGenerator generator, PlayableGameState state) -
Uses of PlayableGameState in net.royalur.rules.state
Modifier and TypeClassDescriptionclass
A game state where the game is waiting for a player to make a move.class
A game state where the game is waiting for a player to roll the dice.