Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Slider
Method · 0.95
b
Method · 0.95
mouseClicked
Method · 0.95
Calls
4
normalizeValue
Method · 0.95
getValue
Method · 0.95
get
Method · 0.65
setLabel
Method · 0.65
Tested by
no test coverage detected