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

Method warning

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

Source from the content-addressed store, hash-verified

14 }
15
16 public static void warning(String message)
17 {
18 LOGGER.warn("[Shaders] " + message);
19 }
20
21 public static void info(String message)
22 {

Callers 11

deleteTexturesMethod · 0.95
loadCustomTexturesMethod · 0.95
loadCustomTextureRawMethod · 0.95
createFragShaderMethod · 0.95
loadEntityDataMapMethod · 0.95
registerExpressionMethod · 0.95
parseOptionExpressionMethod · 0.95
parseCustomUniformsMethod · 0.95
parseCustomUniformMethod · 0.95

Calls 2

formatMethod · 0.65
warnMethod · 0.45

Tested by

no test coverage detected