MCPcopy Create free account
hub / github.com/PaperMC/Paper / toString

Method toString

paper-api/src/main/java/org/bukkit/material/Wool.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public String toString() {
58 return getColor() + " " + super.toString();
59 }
60
61 @Override
62 public Wool clone() {

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected