@FunctionalInterface
public static interface WLabeledSlider.LabelUpdater
Useful for situations when you want to have display values on the slider.
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.text.Text |
updateLabel(int value)
Gets the updated label for the new slider value.
|