Uses of Class
net.royalur.rules.state.PlayableGameState
Packages that use PlayableGameState
-
Uses of PlayableGameState in net.royalur
Methods in net.royalur that return PlayableGameStateModifier and TypeMethodDescriptionGame.getPlayableState()Gets the current state of this game as aPlayableGameState. -
Uses of PlayableGameState in net.royalur.notation
Methods in net.royalur.notation that return PlayableGameStateModifier and TypeMethodDescriptionJsonNotation.readPlayableState(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, String stateType, PlayerType turn) Methods in net.royalur.notation with parameters of type PlayableGameStateModifier and TypeMethodDescriptionvoidJsonNotation.writePlayableState(com.fasterxml.jackson.core.JsonGenerator generator, PlayableGameState state) -
Uses of PlayableGameState in net.royalur.rules.state
Subclasses of PlayableGameState in net.royalur.rules.stateModifier and TypeClassDescriptionclassA 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.