MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / error

Method error

src/main/java/com/volmit/adapt/Adapt.java:255–257  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

253 }
254
255 public static void error(String string) {
256 msg(C.RED + string);
257 }
258
259 public static void verbose(String string) {
260 if (AdaptConfig.get().isVerbose()) {

Callers 15

autoUpdateCheckMethod · 0.95
getSkillLineMethod · 0.95
activateMethod · 0.95
grantMethod · 0.95
scheduleSeeWorldMethod · 0.95
sendCollectedMethod · 0.95
initMethod · 0.95
establishConnectionMethod · 0.95
closeConnectionMethod · 0.95
updateDataMethod · 0.95
deleteMethod · 0.95
fetchDataMethod · 0.95

Calls 1

msgMethod · 0.95

Tested by

no test coverage detected