Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isCustomColors
Method
isCustomColors
src/main/java/net/minecraft/src/Config.java:1220–1222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1218
}
1219
1220
public
static
boolean isCustomColors() {
1221
return
gameSettings.ofCustomColors;
1222
}
1223
1224
public
static
boolean isCustomSky() {
1225
return
gameSettings.ofCustomSky;
Callers
13
update
Method · 0.95
updateLightmap
Method · 0.95
renderSkyEnd
Method · 0.95
renderTileEntityAt
Method · 0.95
doRender
Method · 0.95
renderQuads
Method · 0.95
renderItemOverlayIntoGUI
Method · 0.95
doRenderLayer
Method · 0.95
doRenderLayer
Method · 0.95
renderStringAtPos
Method · 0.95
getColorCode
Method · 0.95
renderExpBar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected