Uses of Class
net.royalur.rules.state.OngoingGameState
-
Uses of OngoingGameState in net.royalur.notation
Modifier and TypeMethodDescriptionJsonNotation.readOngoingState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeOngoingState
(com.fasterxml.jackson.core.JsonGenerator generator, OngoingGameState state) -
Uses of OngoingGameState in net.royalur.rules.state
Modifier and TypeClassDescriptionclass
A game state that is included in the middle of a game to record an action that was taken, but that is not a valid state to be in.class
A game state that represents a move of a piece on the board.class
A game state where we are waiting for interactions from a player.class
A game state that represents a roll that was made in a game.class
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.