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

Method LookspringFunc

client/src/main/java/jake2/client/Menu.java:1316–1318  ·  view source on GitHub ↗
(Object unused)

Source from the content-addressed store, hash-verified

1314 }
1315
1316 private static void LookspringFunc(Object unused) {
1317 Cvar.getInstance().SetValue("lookspring", 1 - ClientGlobals.lookspring.value);
1318 }
1319
1320 private static void LookstrafeFunc(Object unused) {
1321 Cvar.getInstance().SetValue("lookstrafe", 1 - ClientGlobals.lookstrafe.value);

Callers 1

executeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected