MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / toString

Method toString

src/main/java/org/bukkit/material/Lever.java:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 @Override
118 public String toString() {
119 return super.toString() + " facing " + getFacing() + " " + (isPowered() ? "" : "NOT ") + "POWERED";
120 }
121}

Callers

nothing calls this directly

Calls 2

isPoweredMethod · 0.95
getFacingMethod · 0.65

Tested by

no test coverage detected