| Modifier and Type | Method and Description |
|---|---|
float |
getDefaultValue() |
float |
getMax() |
float |
getMin() |
int |
getStep() |
static SliderComponent |
of(String text,
float min,
float max) |
static SliderComponent |
of(String text,
float min,
float max,
float defaultValue) |
static SliderComponent |
of(String text,
float min,
float max,
int step) |
static SliderComponent |
of(String text,
float min,
float max,
int step,
float defaultValue) |
static SliderComponent of(String text, float min, float max, int step, float defaultValue)
static SliderComponent of(String text, float min, float max, int step)
static SliderComponent of(String text, float min, float max, float defaultValue)
static SliderComponent of(String text, float min, float max)
float getMin()
float getMax()
int getStep()
float getDefaultValue()
Copyright © 2020 GeyserMC. All rights reserved.