Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dbg
Method · 0.95
readCustomSkies
Method · 0.95
readCitProperties
Method · 0.95
update
Method · 0.95
dbg
Method · 0.95
dbg
Method · 0.95
dbg
Method · 0.95
updateIcons
Method · 0.95
onCrashReport
Method · 0.95
updateLeavesModels
Method · 0.95
update
Method · 0.95
handleMessage
Method · 0.95
Calls
1
info
Method · 0.80
Tested by
no test coverage detected