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

Method Slider

Minecraft-Utils/1.8.9/src/Slider.java:17–19  ·  view source on GitHub ↗
(int id, int x, int y, SliderCallback sliderItem)

Source from the content-addressed store, hash-verified

15 private SliderCallback sliderItem;
16
17 public Slider(int id, int x, int y, SliderCallback sliderItem) {
18 this(id, x, y, 150, 20, sliderItem);
19 }
20
21 public Slider(int id, int x, int y, int width, int height, SliderCallback sliderItem) {
22 super(id, x, y, width, height, "");

Callers

nothing calls this directly

Calls 4

normalizeValueMethod · 0.95
setLabelMethod · 0.95
translateMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected