Uses of Record Class
com.fortemate.dicechess.runtime.DrawAction
-
Uses of DrawAction in com.fortemate.dicechess.runtime
Methods in com.fortemate.dicechess.runtime that return DrawActionModifier and TypeMethodDescriptionstatic DrawActionDrawAction.accept()Returns an action that accepts the pending draw offer.static DrawActionDrawAction.decline()Returns an action that explicitly declines the pending draw offer.default DrawActionBotStrategy.onDrawDecision(DrawDecisionContext context) Decides whether to accept an opponent's pending draw offer.static DrawActionDrawAction.resign()Returns an action that resigns the game.