MCPcopy Create free account
hub / github.com/demoth/jake2 / Separator_Draw

Method Separator_Draw

client/src/main/java/jake2/client/Menu.java:4642–4645  ·  view source on GitHub ↗
(menuseparator_s s)

Source from the content-addressed store, hash-verified

4640 }
4641
4642 private static void Separator_Draw(menuseparator_s s) {
4643 if (s.name != null)
4644 Menu_DrawStringR2LDark(s.x + s.parent.x, s.y + s.parent.y, s.name);
4645 }
4646
4647 private static void Slider_DoSlide(menuslider_s s, int dir) {
4648 s.curvalue += dir;

Callers 1

Menu_DrawMethod · 0.95

Calls 1

Tested by

no test coverage detected