MCPcopy 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

updateMethod · 0.95
updateLightmapMethod · 0.95
renderSkyEndMethod · 0.95
renderTileEntityAtMethod · 0.95
doRenderMethod · 0.95
renderQuadsMethod · 0.95
doRenderLayerMethod · 0.95
doRenderLayerMethod · 0.95
renderStringAtPosMethod · 0.95
getColorCodeMethod · 0.95
renderExpBarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected