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

Method hasDurability

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

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

(ItemStack is)

Source from the content-addressed store, hash-verified

203 * @return true if it does
204 */
205 public static boolean hasDurability(ItemStack is) {
206 return is(is) && getMaxDurability(is) > 0;
207 }
208
209 /**
210 * Get the durability percent

Callers 1

isBrokenMethod · 0.95

Calls 2

isMethod · 0.95
getMaxDurabilityMethod · 0.95

Tested by

no test coverage detected