Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getColor
Method · 0.95
Tested by
no test coverage detected