| Modifier and Type | Interface and Description |
|---|---|
static interface |
StepSliderComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepSliderComponent.Builder |
builder() |
static StepSliderComponent.Builder |
builder(String text) |
int |
getDefaultStep() |
List<String> |
getSteps() |
static StepSliderComponent |
of(String text,
int defaultStep,
String... steps) |
static StepSliderComponent |
of(String text,
List<String> steps,
int defaultStep) |
static StepSliderComponent |
of(String text,
String... steps) |
static StepSliderComponent of(String text, List<String> steps, int defaultStep)
static StepSliderComponent of(String text, int defaultStep, String... steps)
static StepSliderComponent of(String text, String... steps)
static StepSliderComponent.Builder builder()
static StepSliderComponent.Builder builder(String text)
int getDefaultStep()
Copyright © 2020 GeyserMC. All rights reserved.