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

Method info

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

Source from the content-addressed store, hash-verified

267 }
268
269 public static void info(String string) {
270 msg(C.WHITE + string);
271 }
272
273 public static void messagePlayer(Player p, String string) {
274 String msg = C.GRAY + "[" + C.DARK_RED + "Adapt" + C.GRAY + "]: " + string;

Callers 15

startupPrintMethod · 0.95
printInformationMethod · 0.95
autoUpdateCheckMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
onTickMethod · 0.95
onTickMethod · 0.95
onMethod · 0.95
onProjectileHitMethod · 0.95
initMethod · 0.95
establishConnectionMethod · 0.95

Calls 1

msgMethod · 0.95

Tested by

no test coverage detected