| Package | Description |
|---|---|
| org.cloudburstmc.server.form | |
| org.cloudburstmc.server.form.element |
| Modifier and Type | Method and Description |
|---|---|
Element |
CustomForm.getElement(int index) |
| Modifier and Type | Method and Description |
|---|---|
CustomForm.CustomFormBuilder |
CustomForm.CustomFormBuilder.element(Element element)
Add an element
|
CustomForm.CustomFormBuilder |
CustomForm.CustomFormBuilder.elements(Element element,
Element... elements)
Add one or more elements
|
CustomForm.CustomFormBuilder |
CustomForm.CustomFormBuilder.elements(Element element,
Element... elements)
Add one or more elements
|
| Modifier and Type | Method and Description |
|---|---|
CustomForm.CustomFormBuilder |
CustomForm.CustomFormBuilder.elements(Collection<Element> elements)
Add list of elements
|
| Constructor and Description |
|---|
CustomForm(String title,
ImageData icon,
List<Element> elements,
List<BiConsumer<Player,CustomFormResponse>> listeners,
List<Consumer<Player>> closeListeners,
List<Consumer<Player>> errorListeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementDropdown |
class |
ElementInput |
class |
ElementLabel |
class |
ElementSlider |
class |
ElementStepSlider |
class |
ElementToggle |
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.text(String elementText) |
Copyright © 2020. All rights reserved.