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

Method execute

client/src/main/java/jake2/client/Menu.java:482–484  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

480
481 static keyfunc_t Main_Key = new keyfunc_t() {
482 public String execute(int key) {
483 return Main_Key(key);
484 }
485 };
486
487 private static String Main_Key(int key) {

Callers

nothing calls this directly

Calls 15

Main_KeyMethod · 0.95
JoinNetworkServerFuncMethod · 0.95
PlayerSetupFuncMethod · 0.95
Multiplayer_MenuKeyMethod · 0.95
KeyCursorDrawFuncMethod · 0.95
DrawKeyBindingFuncMethod · 0.95
Keys_MenuKey_fMethod · 0.95
UpdateVolumeFuncMethod · 0.95
UpdateCDVolumeFuncMethod · 0.95
MouseSpeedFuncMethod · 0.95

Tested by

no test coverage detected