Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ toString
Method
toString
src/main/java/org/bukkit/material/Sign.java:226–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
@Override
227
public
String toString() {
228
return
super.toString() +
" facing "
+ getFacing();
229
}
230
}
Callers
nothing calls this directly
Calls
1
getFacing
Method · 0.95
Tested by
no test coverage detected