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

Method severe

src/main/java/net/optifine/shaders/SMCLog.java:11–14  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

9 private static final String PREFIX = "[Shaders] ";
10
11 public static void severe(String message)
12 {
13 LOGGER.error("[Shaders] " + message);
14 }
15
16 public static void warning(String message)
17 {

Callers 15

loadConfigMethod · 0.95
storeConfigMethod · 0.95
checkGLErrorMethod · 0.95
printChatAndLogErrorMethod · 0.95
setupProgramMethod · 0.95
createVertShaderMethod · 0.95
createGeomShaderMethod · 0.95
createFragShaderMethod · 0.95
updateMethod · 0.95
parseAlphaStatesMethod · 0.95
parseAlphaStateMethod · 0.95

Calls 2

formatMethod · 0.65
errorMethod · 0.45

Tested by

no test coverage detected