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/Coal.java:55–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
@Override
56
public
String toString() {
57
return
getType() +
" "
+ super.toString();
58
}
59
60
@Override
61
public
Coal clone() {
Callers
nothing calls this directly
Calls
1
getType
Method · 0.95
Tested by
no test coverage detected