| Package | Description |
|---|---|
| org.geysermc.cumulus | |
| org.geysermc.cumulus.component | |
| org.geysermc.cumulus.util |
| Modifier and Type | Method and Description |
|---|---|
SimpleForm.Builder |
SimpleForm.Builder.button(String text,
FormImage image) |
static CustomForm |
CustomForm.of(String title,
FormImage icon,
List<Component> content) |
| Modifier and Type | Method and Description |
|---|---|
FormImage |
ButtonComponent.getImage() |
| Modifier and Type | Method and Description |
|---|---|
static ButtonComponent |
ButtonComponent.of(String text,
FormImage image) |
| Modifier and Type | Method and Description |
|---|---|
FormImage |
TypeInitializer.image(FormImage.Type type,
String data) |
FormImage |
TypeInitializer.image(String type,
String data) |
static FormImage |
FormImage.of(FormImage.Type type,
String data) |
static FormImage |
FormImage.of(String type,
String data) |
| Modifier and Type | Method and Description |
|---|---|
ButtonComponent |
TypeInitializer.button(String text,
FormImage image) |
CustomForm |
TypeInitializer.customForm(String title,
FormImage icon,
List<Component> content) |
Copyright © 2020 GeyserMC. All rights reserved.