MCPcopy 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

isPoweredMethod · 0.95

Tested by

no test coverage detected