MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / hasMeta

Method hasMeta

src/main/java/com/volmit/adapt/util/Items.java:97–99  ·  view source on GitHub ↗

Does the item have meta @param is the item @return true if it does

(ItemStack is)

Source from the content-addressed store, hash-verified

95 * @return true if it does
96 */
97 public static boolean hasMeta(ItemStack is) {
98 return is(is) && is.hasItemMeta();
99 }
100
101 /**
102 * Does the item have a custom name

Callers 2

hasNameMethod · 0.95
hasLoreMethod · 0.95

Calls 1

isMethod · 0.95

Tested by

no test coverage detected