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

Method Key_Unbindall_f

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

Source from the content-addressed store, hash-verified

953 }
954
955 private static void Key_Unbindall_f() {
956 for (int i = 0; i < 256; i++)
957 Key.SetBinding(i, null);
958 }
959
960 private static void Key_Bindlist_f() {
961 for (int i = 0; i < 256; i++)

Callers 1

InitMethod · 0.95

Calls 1

SetBindingMethod · 0.95

Tested by

no test coverage detected