| Modifier and Type | Interface and Description |
|---|---|
static interface |
DropdownComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DropdownComponent.Builder |
builder() |
static DropdownComponent.Builder |
builder(String text) |
int |
getDefaultOption() |
List<String> |
getOptions() |
static DropdownComponent |
of(String text,
List<String> options,
int defaultOption) |
static DropdownComponent of(String text, List<String> options, int defaultOption)
static DropdownComponent.Builder builder()
static DropdownComponent.Builder builder(String text)
int getDefaultOption()
Copyright © 2020 GeyserMC. All rights reserved.