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

Method SetBinding

client/src/main/java/jake2/client/Key.java:929–937  ·  view source on GitHub ↗
(int keynum, String binding)

Source from the content-addressed store, hash-verified

927 }
928
929 static void SetBinding(int keynum, String binding) {
930 if (keynum == -1)
931 return;
932
933 // free old bindings
934 ClientGlobals.keybindings[keynum] = null;
935
936 ClientGlobals.keybindings[keynum] = binding;
937 }
938
939 private static void Key_Unbind_f(List<String> args) {
940

Callers 4

UnbindCommandMethod · 0.95
Key_Bind_fMethod · 0.95
Key_Unbind_fMethod · 0.95
Key_Unbindall_fMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected