Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hasKey
Method · 0.45
Calls
3
getType
Method · 0.95
getAmount
Method · 0.95
name
Method · 0.80
Tested by
no test coverage detected