| Modifier and Type | Interface and Description |
|---|---|
static interface |
ModalForm.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModalForm.Builder |
builder() |
static ModalForm |
of(String title,
String content,
String button1,
String button2) |
ModalFormResponse |
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 ModalForm.Builder builder()
ModalFormResponse parseResponse(String response)
FormparseResponse in interface Formresponse - the raw data given by the Bedrock clientCopyright © 2020 GeyserMC. All rights reserved.