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

Method info

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

Source from the content-addressed store, hash-verified

19 }
20
21 public static void info(String message)
22 {
23 LOGGER.info("[Shaders] " + message);
24 }
25
26 public static void fine(String message)
27 {

Callers 15

allocateTextureMapMethod · 0.95
loadConfigMethod · 0.95
storeConfigMethod · 0.95
loadShaderPackMethod · 0.95
loadCustomTexturesMethod · 0.95
printIntBufferMethod · 0.95
startupMethod · 0.95
initMethod · 0.95
resetDisplayListsMethod · 0.95
createVertShaderMethod · 0.95
createFragShaderMethod · 0.95
printLogInfoMethod · 0.95

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected