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

Method Key_Bindlist_f

client/src/main/java/jake2/client/Key.java:960–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958 }
959
960 private static void Key_Bindlist_f() {
961 for (int i = 0; i < 256; i++)
962 if (ClientGlobals.keybindings[i] != null && ClientGlobals.keybindings[i].length() != 0)
963 Com.Printf(Key.KeynumToString(i) + " \"" + ClientGlobals.keybindings[i] + "\"\n");
964 }
965
966 static void ClearStates() {
967 int i;

Callers 1

InitMethod · 0.95

Calls 2

PrintfMethod · 0.95
KeynumToStringMethod · 0.95

Tested by

no test coverage detected