Uses of Record Class
com.fortemate.dicechess.runtime.DoubleOfferAction
-
Uses of DoubleOfferAction in com.fortemate.dicechess.runtime
Methods in com.fortemate.dicechess.runtime that return DoubleOfferActionModifier and TypeMethodDescriptionstatic DoubleOfferActionDoubleOfferAction.decline()Synonym forDoubleOfferAction.roll(): declines to offer a double and proceeds to roll.static DoubleOfferActionDoubleOfferAction.offer()Returns an action that offers a stake double.default DoubleOfferActionBotStrategy.onDoubleOpportunity(DoubleOpportunityContext context) Decides whether to offer a stake double before rolling on this bot's turn.static DoubleOfferActionDoubleOfferAction.resign()Returns an action that resigns the game.static DoubleOfferActionDoubleOfferAction.roll()Returns an action that declines to double and proceeds to roll.