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

Method toString

src/main/java/org/bukkit/material/MaterialData.java:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 @Override
86 public String toString() {
87 return getItemType() + "(" + getData() + ")";
88 }
89
90 @Override
91 public int hashCode() {

Callers

nothing calls this directly

Calls 2

getItemTypeMethod · 0.95
getDataMethod · 0.95

Tested by

no test coverage detected