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

Method warn

src/main/java/net/minecraft/src/Config.java:476–478  ·  view source on GitHub ↗
(String p_warn_0_)

Source from the content-addressed store, hash-verified

474 }
475
476 public static void warn(String p_warn_0_) {
477 LOGGER.warn("[OptiFine] " + p_warn_0_);
478 }
479
480 public static void error(String p_error_0_) {
481 LOGGER.error("[OptiFine] " + p_error_0_);

Callers 15

warnMethod · 0.95
parseMinMaxHeightMethod · 0.95
isValidMethod · 0.95
updateMethod · 0.95
makePotionPropertiesMethod · 0.95
addToItemListMethod · 0.95
warnMethod · 0.95
warnMethod · 0.95
warnMethod · 0.95
parseWeatherListMethod · 0.95
parseTimeMethod · 0.95
parseBooleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected