| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomForm.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomForm.Builder |
builder() |
static CustomForm |
of(String title,
FormImage icon,
List<Component> content) |
CustomFormResponse |
parseResponse(String response)
Parses the method into something provided by the form implementation, which will make the
data given by the Bedrock client easier to handle.
|
getJsonData, getResponseHandler, getType, isClosed, setResponseHandlerstatic CustomForm.Builder builder()
static CustomForm of(String title, FormImage icon, List<Component> content)
CustomFormResponse parseResponse(String response)
FormparseResponse in interface Formresponse - the raw data given by the Bedrock clientCopyright © 2020 GeyserMC. All rights reserved.