| 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.Type type,
String data) |
CustomForm.Builder |
CustomForm.Builder.icon(FormImage.Type type,
String data) |
| Modifier and Type | Method and Description |
|---|---|
static ButtonComponent |
ButtonComponent.of(String text,
FormImage.Type type,
String data) |
| Modifier and Type | Method and Description |
|---|---|
static FormImage.Type |
FormImage.Type.getByName(String name) |
FormImage.Type |
FormImage.getType() |
static FormImage.Type |
FormImage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormImage.Type[] |
FormImage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonComponent |
TypeInitializer.button(String text,
FormImage.Type image,
String data) |
FormImage |
TypeInitializer.image(FormImage.Type type,
String data) |
static FormImage |
FormImage.of(FormImage.Type type,
String data) |
Copyright © 2020 GeyserMC. All rights reserved.