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

Method isShaders

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

Source from the content-addressed store, hash-verified

1258 }
1259
1260 public static boolean isShaders() {
1261 return Shaders.shaderPackLoaded;
1262 }
1263
1264 public static String[] readLines(File p_readLines_0_) throws IOException {
1265 FileInputStream fileinputstream = new FileInputStream(p_readLines_0_);

Callers 15

updateMethod · 0.95
updateButtonsMethod · 0.95
checkCustomCommandMethod · 0.95
renderModelMethod · 0.95
updateAoLightValueMethod · 0.95
checkTextureUploadedMethod · 0.95
renderHandMethod · 0.95
disableLightmapMethod · 0.95
enableLightmapMethod · 0.95
renderWorldMethod · 0.95
renderWorldPassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected