MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / isWildcard

Method isWildcard

common/buildcraft/lib/misc/StackUtil.java:241–243  ·  view source on GitHub ↗
(ItemStack stack)

Source from the content-addressed store, hash-verified

239 }
240
241 public static boolean isWildcard(ItemStack stack) {
242 return isWildcard(stack.getItemDamage());
243 }
244
245 public static boolean isWildcard(int damage) {
246 return damage == -1 || damage == OreDictionary.WILDCARD_VALUE;

Callers 3

isWildcardMethod · 0.95
isEqualItemMethod · 0.95
isMatchingItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected