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/RedstoneTorch.java:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
@Override
40
public
String toString() {
41
return
super.toString() +
" "
+ (isPowered() ?
""
:
"NOT "
) +
"POWERED"
;
42
}
43
}
Callers
nothing calls this directly
Calls
1
isPowered
Method · 0.95
Tested by
no test coverage detected