Package org.cloudburstmc.server.form
Class CustomForm
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCustomForm(String title, ImageData icon, List<Element> elements, List<BiConsumer<CloudPlayer,CustomFormResponse>> listeners, List<Consumer<CloudPlayer>> closeListeners, List<Consumer<CloudPlayer>> errorListeners) -
Method Summary
Modifier and TypeMethodDescriptiongetElement(int index)voidhandleResponse(CloudPlayer p, com.fasterxml.jackson.databind.JsonNode node)
-
Constructor Details
-
CustomForm
public CustomForm(String title, ImageData icon, List<Element> elements, List<BiConsumer<CloudPlayer,CustomFormResponse>> listeners, List<Consumer<CloudPlayer>> closeListeners, List<Consumer<CloudPlayer>> errorListeners)
-
-
Method Details
-
getElement
- Parameters:
index- element index- Returns:
- element at the specified index
- Throws:
IndexOutOfBoundsException- if the index is out of range
-
handleResponse
- Specified by:
handleResponsein classForm<CustomFormResponse>
-