MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setLabel

Method setLabel

Minecraft-Utils/1.8.9/src/Slider.java:29–33  ·  view source on GitHub ↗
(String label)

Source from the content-addressed store, hash-verified

27 }
28
29 @Override
30 public void setLabel(String label) {
31 this.value = normalizeValue(sliderItem.get());
32 super.setLabel(label + ": " + getValue());
33 }
34
35 /**
36 * Get Hover State

Callers 3

SliderMethod · 0.95
bMethod · 0.95
mouseClickedMethod · 0.95

Calls 4

normalizeValueMethod · 0.95
getValueMethod · 0.95
getMethod · 0.65
setLabelMethod · 0.65

Tested by

no test coverage detected