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

Method Action_DoEnter

client/src/main/java/jake2/client/Menu.java:4157–4160  ·  view source on GitHub ↗
(menuaction_s a)

Source from the content-addressed store, hash-verified

4155 }
4156
4157 private static void Action_DoEnter(menuaction_s a) {
4158 if (a.callback != null)
4159 a.callback.execute(a);
4160 }
4161
4162 private static void Action_Draw(menuaction_s a) {
4163 if ((a.flags & QMF_LEFT_JUSTIFY) != 0) {

Callers 1

Menu_SelectItemMethod · 0.95

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected