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 TypeMethodDescriptionvoidJsonNotation.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 TypeClassDescriptionclassA 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.classA game state that represents a move of a piece on the board.classA game state where we are waiting for interactions from a player.classA game state that represents a roll that was made in a game.classA game state where the game is waiting for a player to make a move.classA game state where the game is waiting for a player to roll the dice.