MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / hasValid

Method hasValid

src/main/java/gregapi/util/ST.java:343–343  ·  view source on GitHub ↗
(ItemStack... aStacks)

Source from the content-addressed store, hash-verified

341 }
342
343 public static boolean hasValid(ItemStack... aStacks) {if (aStacks != null) for (ItemStack aStack : aStacks) if (valid(aStack)) return T; return F;}
344
345
346 public static ItemStackSet<ItemStackContainer> hashset(ItemStack... aStacks) {return new ItemStackSet<>(aStacks);}

Callers 6

getRecipeForMethod · 0.95
findRecipeMethod · 0.95
getanyMethod · 0.95
getMethod · 0.95
outputsMethod · 0.95
removeMethod · 0.95

Calls 1

validMethod · 0.95

Tested by

no test coverage detected