MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / arraylist

Method arraylist

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

Source from the content-addressed store, hash-verified

345
346 public static ItemStackSet<ItemStackContainer> hashset(ItemStack... aStacks) {return new ItemStackSet<>(aStacks);}
347 public static ArrayListNoNulls<ItemStack> arraylist(ItemStack... aStacks) {return new ArrayListNoNulls<>(F, aStacks);}
348 public static ItemStack[] array(ItemStack... aStacks) {return aStacks;}
349 public static ItemStack[] array(int aLength) {return new ItemStack[aLength];}
350

Callers 15

generatePermutationsMethod · 0.95
loadCraftingRecipesMethod · 0.95
loadUsageRecipesMethod · 0.95
onTickWorldMethod · 0.95
genericycleMethod · 0.95
RecipeMapClass · 0.95
getRecipeForMethod · 0.95
findRecipeMethod · 0.95
getDropsMethod · 0.95
getDropsMethod · 0.95
getDropsMethod · 0.95
getDropsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected