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

Method SizeDown_f

client/src/main/java/jake2/client/SCR.java:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 * Keybinding command =================
387 */
388 private static void SizeDown_f() {
389 Cvar.getInstance().SetValue("viewsize", scr_viewsize.value - 10);
390 }
391
392 /*
393 * ================= SCR_Sky_f

Callers 1

InitMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected