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

Method EasyGameFunc

client/src/main/java/jake2/client/Menu.java:1916–1919  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

1914 }
1915
1916 private static void EasyGameFunc(Object data) {
1917 Cvar.getInstance().ForceSet("skill", "0");
1918 StartGame();
1919 }
1920
1921 private static void MediumGameFunc(Object data) {
1922 Cvar.getInstance().ForceSet("skill", "1");

Callers 1

executeMethod · 0.95

Calls 3

getInstanceMethod · 0.95
StartGameMethod · 0.95
ForceSetMethod · 0.80

Tested by

no test coverage detected