Uses of Class
net.royalur.rules.state.MovedGameState
Packages that use MovedGameState
-
Uses of MovedGameState in net.royalur.notation
Methods in net.royalur.notation that return MovedGameStateModifier 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) Methods in net.royalur.notation with parameters of type MovedGameStateModifier and TypeMethodDescriptionvoid
JsonNotation.writeMovedState
(com.fasterxml.jackson.core.JsonGenerator generator, MovedGameState state) -
Uses of MovedGameState in net.royalur.rules.simple
Methods in net.royalur.rules.simple with parameters of type MovedGameStateModifier and TypeMethodDescriptionboolean
SimpleRuleSet.shouldGrantExtraRoll
(MovedGameState movedState) Determines whether the move represented bymovedState
should grant another roll to the player that made the move.