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

Method dbg

src/main/java/net/minecraft/src/Config.java:472–474  ·  view source on GitHub ↗
(String p_dbg_0_)

Source from the content-addressed store, hash-verified

470 }
471
472 public static void dbg(String p_dbg_0_) {
473 LOGGER.info("[OptiFine] " + p_dbg_0_);
474 }
475
476 public static void warn(String p_warn_0_) {
477 LOGGER.warn("[OptiFine] " + p_warn_0_);

Callers 15

dbgMethod · 0.95
readCustomSkiesMethod · 0.95
readCitPropertiesMethod · 0.95
updateMethod · 0.95
dbgMethod · 0.95
dbgMethod · 0.95
dbgMethod · 0.95
updateIconsMethod · 0.95
onCrashReportMethod · 0.95
updateLeavesModelsMethod · 0.95
updateMethod · 0.95
handleMessageMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected