Uses of Class
net.royalur.rules.state.WaitingForRollGameState
Packages that use WaitingForRollGameState
- 
Uses of WaitingForRollGameState in net.royalur
Methods in net.royalur that return WaitingForRollGameStateModifier and TypeMethodDescriptionGame.getWaitingForRollState()Gets the current state of this game as an instance ofWaitingForRollGameState. - 
Uses of WaitingForRollGameState in net.royalur.notation
Methods in net.royalur.notation that return WaitingForRollGameStateModifier and TypeMethodDescriptionDerivedStateSource.createWaitingForRollState(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) FullStateSource.createWaitingForRollState(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) abstract WaitingForRollGameStateStateSource.createWaitingForRollState(RuleSet rules, long timeSinceGameStartMs, PlayerType turn) JsonNotation.readWaitingForRollState(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, PlayerType turn) Methods in net.royalur.notation with parameters of type WaitingForRollGameStateModifier and TypeMethodDescriptionvoidJsonNotation.writeWaitingForRollState(com.fasterxml.jackson.core.JsonGenerator generator, WaitingForRollGameState state)  - 
Uses of WaitingForRollGameState in net.royalur.rules
Methods in net.royalur.rules with parameters of type WaitingForRollGameStateModifier and TypeMethodDescriptionRuleSet.applyRoll(WaitingForRollGameState state, long timeSinceGameStartMs, Roll roll) Appliesrolltostateto generate the new state of the game. - 
Uses of WaitingForRollGameState in net.royalur.rules.simple
Methods in net.royalur.rules.simple with parameters of type WaitingForRollGameStateModifier and TypeMethodDescriptionSimpleRuleSet.applyRoll(WaitingForRollGameState state, long timeSinceGameStartMs, Roll roll)