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

Method SpinControl_DoEnter

client/src/main/java/jake2/client/Menu.java:4685–4692  ·  view source on GitHub ↗
(menulist_s s)

Source from the content-addressed store, hash-verified

4683 }
4684
4685 public static void SpinControl_DoEnter(menulist_s s) {
4686 s.curvalue++;
4687 if (s.itemnames[s.curvalue] == null)
4688 s.curvalue = 0;
4689
4690 if (s.callback != null)
4691 s.callback.execute(s);
4692 }
4693
4694 private static void SpinControl_DoSlide(menulist_s s, int dir) {
4695 s.curvalue += dir;

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected