Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitForServerThread
Method · 0.95
GameSettings
Class · 0.95
resetSettings
Method · 0.95
updateThreadPriorities
Method · 0.95
Calls
1
getAvailableProcessors
Method · 0.95
Tested by
no test coverage detected