Package org.cloudburstmc.server.form
Class ModalForm
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionModalForm(String title, String content, String trueValue, String falseValue, List<BiConsumer<CloudPlayer,Boolean>> listeners, List<Consumer<CloudPlayer>> closeListeners, List<Consumer<CloudPlayer>> errorListeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResponse(CloudPlayer p, com.fasterxml.jackson.databind.JsonNode node)
-
Constructor Details
-
ModalForm
public ModalForm(String title, String content, String trueValue, String falseValue, List<BiConsumer<CloudPlayer,Boolean>> listeners, List<Consumer<CloudPlayer>> closeListeners, List<Consumer<CloudPlayer>> errorListeners)
-
-
Method Details
-
handleResponse
- Specified by:
handleResponsein classForm<Boolean>
-