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

Method Menulist_DoEnter

client/src/main/java/jake2/client/Menu.java:4609–4618  ·  view source on GitHub ↗
(menulist_s l)

Source from the content-addressed store, hash-verified

4607 }
4608
4609 public static void Menulist_DoEnter(menulist_s l) {
4610 int start;
4611
4612 start = l.y / 10 + 1;
4613
4614 l.curvalue = l.parent.cursor - start;
4615
4616 if (l.callback != null)
4617 l.callback.execute(l);
4618 }
4619
4620 private static void MenuList_Draw(menulist_s l) {
4621 String n[];

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected