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

Method Field_DoEnter

client/src/main/java/jake2/client/Menu.java:4182–4188  ·  view source on GitHub ↗
(menufield_s f)

Source from the content-addressed store, hash-verified

4180 }
4181
4182 private static boolean Field_DoEnter(menufield_s f) {
4183 if (f.callback != null) {
4184 f.callback.execute(f);
4185 return true;
4186 }
4187 return false;
4188 }
4189
4190 private static void Field_Draw(menufield_s f) {
4191 int i;

Callers 1

Menu_SelectItemMethod · 0.95

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected