Uses of Interface
com.fortemate.dicechess.runtime.BotStrategy
-
Uses of BotStrategy in com.fortemate.dicechess.runtime
Constructors in com.fortemate.dicechess.runtime with parameters of type BotStrategyModifierConstructorDescriptionWebhookHandler(WebhookKeys keys, BotStrategy strategy) Creates a handler with an immutable key configuration and without theGET /games/{id}/movesfallback.WebhookHandler(WebhookKeys keys, String playApiBaseUrl, BotStrategy strategy) Creates a handler with an immutable key configuration that fetchesGET /games/{id}/moveswhen a turn's inline move tree is capped.WebhookHandler(WebhookKeys keys, String playApiBaseUrl, BotStrategy strategy, ResignPolicy resignPolicy) Creates a handler with an immutable key configuration and custom resign policy.WebhookHandler(String secret, BotStrategy strategy) Creates a handler with a single active secret and without theGET /games/{id}/movesfallback.WebhookHandler(String secret, String playApiBaseUrl, BotStrategy strategy) Creates a handler with a single active secret that fetchesGET /games/{id}/moveswhen a turn's inline move tree is capped.WebhookHandler(String secret, String playApiBaseUrl, BotStrategy strategy, ResignPolicy resignPolicy) Creates a handler with a single active secret and custom resign policy.