MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isSingleProcessor

Method isSingleProcessor

src/main/java/net/minecraft/src/Config.java:1417–1419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1415 }
1416
1417 public static boolean isSingleProcessor() {
1418 return getAvailableProcessors() <= 1;
1419 }
1420
1421 public static boolean isSmoothWorld() {
1422 return gameSettings.ofSmoothWorld;

Callers 4

waitForServerThreadMethod · 0.95
GameSettingsClass · 0.95
resetSettingsMethod · 0.95

Calls 1

Tested by

no test coverage detected