Uses of Class
net.royalur.rules.state.MovedGameState
-
Uses of MovedGameState in net.royalur.notation
Modifier and TypeMethodDescriptionDerivedStateSource.createMovedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll, Move move) FullStateSource.createMovedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll, Move move) abstract MovedGameState
StateSource.createMovedState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll, Move move) JsonNotation.readMovedState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, PlayerType turn) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeMovedState
(com.fasterxml.jackson.core.JsonGenerator generator, MovedGameState state) -
Uses of MovedGameState in net.royalur.rules.simple
Modifier and TypeMethodDescriptionboolean
SimpleRuleSet.shouldGrantExtraRoll
(MovedGameState movedState) Determines whether the move represented bymovedState
should grant another roll to the player that made the move.