Uses of Record Class
com.fortemate.dicechess.runtime.DoubleResponseAction
-
Uses of DoubleResponseAction in com.fortemate.dicechess.runtime
Methods in com.fortemate.dicechess.runtime that return DoubleResponseActionModifier and TypeMethodDescriptionstatic DoubleResponseActionDoubleResponseAction.accept()Returns an action that accepts the pending double offer.static DoubleResponseActionDoubleResponseAction.decline()Returns an action that explicitly declines the pending double offer.static DoubleResponseActionDoubleResponseAction.drop()Synonym forDoubleResponseAction.decline(): drops the double and forfeits at the current stake.default DoubleResponseActionBotStrategy.onDoubleDecision(DoubleDecisionContext context) Decides whether to accept or decline an opponent's pending stake double offer.static DoubleResponseActionDoubleResponseAction.resign()Returns an action that resigns the game.