Uses of Interface
com.fortemate.dicechess.runtime.DoublingDecision
-
Uses of DoublingDecision in com.fortemate.dicechess.runtime
Classes in com.fortemate.dicechess.runtime that implement DoublingDecisionModifier and TypeClassDescriptionstatic final recordAn offer decision awaiting the turn owner's choice to offer a double or roll.static final recordA response decision awaiting the responder's choice to accept or decline an offer.Methods in com.fortemate.dicechess.runtime that return DoublingDecisionModifier and TypeMethodDescriptionDoublingContext.decision()Returns the typed doubling decision.DoublingState.decision()Returns the value of thedecisionrecord component.Constructors in com.fortemate.dicechess.runtime with parameters of type DoublingDecisionModifierConstructorDescriptionDoublingState(String currency, long initialStake, long currentStake, int cubeValue, String cubeOwner, int maximumMultiplier, boolean mayOfferDouble, String turnSeat, DoublingDecision decision) Creates a validated doubling state.