| Package | Description |
|---|---|
| org.geysermc.cumulus.component | |
| org.geysermc.cumulus.util |
| Modifier and Type | Method and Description |
|---|---|
static SliderComponent |
SliderComponent.of(String text,
float min,
float max) |
static SliderComponent |
SliderComponent.of(String text,
float min,
float max,
float defaultValue) |
static SliderComponent |
SliderComponent.of(String text,
float min,
float max,
int step) |
static SliderComponent |
SliderComponent.of(String text,
float min,
float max,
int step,
float defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
SliderComponent |
TypeInitializer.slider(String text,
float min,
float max) |
SliderComponent |
TypeInitializer.slider(String text,
float min,
float max,
float defaultValue) |
SliderComponent |
TypeInitializer.slider(String text,
float min,
float max,
int step) |
SliderComponent |
TypeInitializer.slider(String text,
float min,
float max,
int step,
float defaultValue) |
Copyright © 2020 GeyserMC. All rights reserved.