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

Method isOldLighting

src/main/java/net/optifine/shaders/Shaders.java:2069–2072  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2067 }
2068
2069 public static boolean isOldLighting()
2070 {
2071 return !configOldLighting.isDefault() ? configOldLighting.isTrue() : (!shaderPackOldLighting.isDefault() ? shaderPackOldLighting.isTrue() : true);
2072 }
2073
2074 public static boolean isRenderShadowTranslucent()
2075 {

Callers 3

loadShaderPackMethod · 0.95
updateBlockLightLevelMethod · 0.95
getOptionMacroLinesMethod · 0.95

Calls 2

isDefaultMethod · 0.45
isTrueMethod · 0.45

Tested by

no test coverage detected