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

Method getTypeId

src/main/java/org/bukkit/inventory/ItemStack.java:82–84  ·  view source on GitHub ↗

Gets the type id of this item @return Type Id of the items in this stack

()

Source from the content-addressed store, hash-verified

80 * @return Type Id of the items in this stack
81 */
82 public int getTypeId() {
83 return type;
84 }
85
86 /**
87 * Sets the type id of this item<br />

Callers 3

getDataMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected