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/Pumpkin.java:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
String toString() {
89
return
super.toString() +
" facing "
+ getFacing() +
" "
+ (isLit() ?
""
:
"NOT "
) +
"LIT"
;
90
}
91
}
Callers
nothing calls this directly
Calls
2
getFacing
Method · 0.95
isLit
Method · 0.95
Tested by
no test coverage detected