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/Stairs.java:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
@Override
92
public
String toString() {
93
return
super.toString() +
" facing "
+ getFacing();
94
}
95
}
Callers
nothing calls this directly
Calls
1
getFacing
Method · 0.95
Tested by
no test coverage detected