Uses of Class
net.royalur.rules.state.ActionGameState
-
Uses of ActionGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getActionStates()
Gets the states that represent the actions that have been made so far in the game. -
Uses of ActionGameState in net.royalur.notation
Modifier and TypeMethodDescriptionJsonNotation.readActionState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType, PlayerType turn) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeActionState
(com.fasterxml.jackson.core.JsonGenerator generator, ActionGameState state) -
Uses of ActionGameState in net.royalur.rules.state
Modifier and TypeClassDescriptionclass
A game state that represents a move of a piece on the board.class
A game state that represents a roll that was made in a game.