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