Uses of Class
net.royalur.rules.state.WaitingForRollGameState
-
Uses of WaitingForRollGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getWaitingForRollState()
Gets the current state of this game as an instance ofWaitingForRollGameState
. -
Uses of WaitingForRollGameState in net.royalur.notation
Modifier and TypeMethodDescriptionDerivedStateSource.createWaitingForRollState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) FullStateSource.createWaitingForRollState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) abstract WaitingForRollGameState
StateSource.createWaitingForRollState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) JsonNotation.readWaitingForRollState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, PlayerType turn) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeWaitingForRollState
(com.fasterxml.jackson.core.JsonGenerator generator, WaitingForRollGameState state) -
Uses of WaitingForRollGameState in net.royalur.rules
Modifier and TypeMethodDescriptionRuleSet.applyRoll
(WaitingForRollGameState state, long timeSinceGameStartMs, Roll roll) Appliesroll
tostate
to generate the new state of the game. -
Uses of WaitingForRollGameState in net.royalur.rules.simple
Modifier and TypeMethodDescriptionSimpleRuleSet.applyRoll
(WaitingForRollGameState state, long timeSinceGameStartMs, Roll roll)