Uses of Record Class
lv.id.jc.dicechess.runtime.TurnContext
-
Uses of TurnContext in lv.id.jc.dicechess.runtime
Constructor parameters in lv.id.jc.dicechess.runtime with type arguments of type TurnContextModifierConstructorDescriptionWebhookHandler(String secret, String playApiBaseUrl, Function<TurnContext, List<String>> strategy) Creates a handler bound to one secret and one strategy, fetchingGET /games/{id}/movesfromplayApiBaseUrlwhenever the envelope's inline legal-move tree is capped — seeTurnContext.legalMoves().WebhookHandler(String secret, Function<TurnContext, List<String>> strategy) Creates a handler bound to one secret and one strategy, without theGET /games/{id}/movesfallback —TurnContext.legalMoves()will benullon the rare turn where the envelope's inline tree is capped.