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

Method ItemStack

src/main/java/org/bukkit/inventory/ItemStack.java:19–21  ·  view source on GitHub ↗
(final int type)

Source from the content-addressed store, hash-verified

17 private short durability = 0;
18
19 public ItemStack(final int type) {
20 this(type, 0);
21 }
22
23 public ItemStack(final Material type) {
24 this(type, 0);

Callers

nothing calls this directly

Calls 2

createDataMethod · 0.95
getIdMethod · 0.65

Tested by

no test coverage detected