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 MovedGameStateStateSource.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 TypeMethodDescriptionvoidJsonNotation.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 TypeMethodDescriptionbooleanSimpleRuleSet.shouldGrantExtraRoll(MovedGameState movedState) Determines whether the move represented bymovedStateshould grant another roll to the player that made the move.