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

Method toString

src/main/java/org/bukkit/inventory/ItemStack.java:186–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 @Override
187 public String toString() {
188 return "ItemStack{" + getType().name() + " x " + getAmount() + "}";
189 }
190
191 @Override
192 public boolean equals(Object obj) {

Callers 1

hasKeyMethod · 0.45

Calls 3

getTypeMethod · 0.95
getAmountMethod · 0.95
nameMethod · 0.80

Tested by

no test coverage detected