| Modifier and Type | Class and Description |
|---|---|
static class |
ModalForm.ModalFormBuilder |
| Constructor and Description |
|---|
ModalForm(String title,
String content,
String trueValue,
String falseValue,
List<BiConsumer<CloudPlayer,Boolean>> listeners,
List<Consumer<CloudPlayer>> closeListeners,
List<Consumer<CloudPlayer>> errorListeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResponse(CloudPlayer p,
com.fasterxml.jackson.databind.JsonNode node) |
public ModalForm(String title, String content, String trueValue, String falseValue, List<BiConsumer<CloudPlayer,Boolean>> listeners, List<Consumer<CloudPlayer>> closeListeners, List<Consumer<CloudPlayer>> errorListeners)
public void handleResponse(CloudPlayer p, com.fasterxml.jackson.databind.JsonNode node)
handleResponse in class Form<Boolean>Copyright © 2021. All rights reserved.