Uses of Class
net.royalur.rules.state.WaitingForMoveGameState
-
Uses of WaitingForMoveGameState in net.royalur
Modifier and TypeMethodDescriptionGame.getWaitingForMoveState()
Gets the current state of this game as an instance ofWaitingForMoveGameState
. -
Uses of WaitingForMoveGameState in net.royalur.notation
Modifier and TypeMethodDescriptionDerivedStateSource.createWaitingForMoveState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll) FullStateSource.createWaitingForMoveState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll) abstract WaitingForMoveGameState
StateSource.createWaitingForMoveState
(RuleSet rules, long timeSinceGameStartMs, PlayerType turn, Roll roll) JsonNotation.readWaitingForMoveState
(RuleSet rules, long timeSinceGameStartMs, StateSource stateSource, com.fasterxml.jackson.databind.node.ObjectNode json, PlayerType turn) Modifier and TypeMethodDescriptionvoid
JsonNotation.writeWaitingForMoveState
(com.fasterxml.jackson.core.JsonGenerator generator, WaitingForMoveGameState state) -
Uses of WaitingForMoveGameState in net.royalur.rules
Modifier and TypeMethodDescriptionRuleSet.applyMove
(WaitingForMoveGameState state, long timeSinceGameStartMs, Move move) Appliesmove
tostate
to generate the new state of the game. -
Uses of WaitingForMoveGameState in net.royalur.rules.simple
Modifier and TypeMethodDescriptionSimpleRuleSet.applyMove
(WaitingForMoveGameState state, long timeSinceGameStartMs, Move move)