public interface ButtonComponent
| Modifier and Type | Method and Description |
|---|---|
FormImage |
getImage() |
String |
getText() |
static ButtonComponent |
of(String text) |
static ButtonComponent |
of(String text,
FormImage.Type type,
String data) |
static ButtonComponent |
of(String text,
FormImage image) |
static ButtonComponent of(String text, FormImage image)
static ButtonComponent of(String text, FormImage.Type type, String data)
static ButtonComponent of(String text)
String getText()
FormImage getImage()
Copyright © 2020 GeyserMC. All rights reserved.