Uses of Class
net.royalur.rules.state.OngoingGameState
Packages that use OngoingGameState
-
Uses of OngoingGameState in net.royalur.notation
Methods in net.royalur.notation that return OngoingGameStateModifier and TypeMethodDescriptionJsonNotation.readOngoingState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType) Methods in net.royalur.notation with parameters of type OngoingGameStateModifier and TypeMethodDescriptionvoid
JsonNotation.writeOngoingState
(com.fasterxml.jackson.core.JsonGenerator generator, OngoingGameState state) -
Uses of OngoingGameState in net.royalur.rules.state
Subclasses of OngoingGameState in net.royalur.rules.stateModifier 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.