| Package | Description |
|---|---|
| org.geysermc.cumulus | |
| org.geysermc.cumulus.component | |
| org.geysermc.cumulus.response | |
| org.geysermc.cumulus.util |
| Modifier and Type | Method and Description |
|---|---|
List<ButtonComponent> |
SimpleForm.getButtons() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleForm |
SimpleForm.of(String title,
String content,
List<ButtonComponent> buttons) |
| Modifier and Type | Method and Description |
|---|---|
static ButtonComponent |
ButtonComponent.of(String text) |
static ButtonComponent |
ButtonComponent.of(String text,
FormImage.Type type,
String data) |
static ButtonComponent |
ButtonComponent.of(String text,
FormImage image) |
| Modifier and Type | Method and Description |
|---|---|
ButtonComponent |
SimpleFormResponse.getClickedButton() |
| Modifier and Type | Method and Description |
|---|---|
ButtonComponent |
TypeInitializer.button(String text,
FormImage.Type image,
String data) |
ButtonComponent |
TypeInitializer.button(String text,
FormImage image) |
| Modifier and Type | Method and Description |
|---|---|
SimpleForm |
TypeInitializer.simpleForm(String title,
String content,
List<ButtonComponent> buttons) |
Copyright © 2020 GeyserMC. All rights reserved.