MCPcopy Create free account
hub / github.com/Garten/sourcecraft / warn

Method warn

src/basic/Loggger.java:25–27  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

23 }
24
25 public static void warn(String message) {
26 print(message, 0);
27 }
28
29 public static void error(String message) {
30 print(message, 0);

Callers 12

CuboidMethod · 0.95
getInstancesMethod · 0.95
areTexturesUpToDateMethod · 0.95
getConverterDataMethod · 0.95
getPosMethod · 0.95
getPositionMethod · 0.95
capByMethod · 0.95
capBelowMethod · 0.95
translateRawInfoMethod · 0.95
skipTagAfterTitleMethod · 0.95
doListOfCompoundsMethod · 0.95
addSubBlockMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected