Uses of Class
net.royalur.rules.state.WaitingForMoveGameState
Packages that use WaitingForMoveGameState
-
Uses of WaitingForMoveGameState in net.royalur
Methods in net.royalur that return WaitingForMoveGameStateModifier and TypeMethodDescriptionGame.getWaitingForMoveState()
Gets the current state of this game as an instance ofWaitingForMoveGameState
. -
Uses of WaitingForMoveGameState in net.royalur.notation
Methods in net.royalur.notation that return WaitingForMoveGameStateModifier 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) Methods in net.royalur.notation with parameters of type WaitingForMoveGameStateModifier and TypeMethodDescriptionvoid
JsonNotation.writeWaitingForMoveState
(com.fasterxml.jackson.core.JsonGenerator generator, WaitingForMoveGameState state) -
Uses of WaitingForMoveGameState in net.royalur.rules
Methods in net.royalur.rules with parameters of type WaitingForMoveGameStateModifier 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
Methods in net.royalur.rules.simple with parameters of type WaitingForMoveGameStateModifier and TypeMethodDescriptionSimpleRuleSet.applyMove
(WaitingForMoveGameState state, long timeSinceGameStartMs, Move move)