MCPcopy Create free account
hub / github.com/GregTech6-Unofficial/GregTech6-Unofficial / array

Method array

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

Source from the content-addressed store, hash-verified

336
337
338 public static ItemStack[] array(ItemStack... aStacks) {return aStacks;}
339
340 public static ItemStack make_(Item aItem , long aSize, long aMeta) {return new ItemStack(aItem , UT.Code.bindInt(aSize), UT.Code.bindShort(aMeta));}
341 public static ItemStack make_(Block aBlock, long aSize, long aMeta) {return new ItemStack(aBlock, UT.Code.bindInt(aSize), UT.Code.bindShort(aMeta));}

Callers 15

onClientTickEventMethod · 0.95
generatePermutationsMethod · 0.95
onModPostInit2Method · 0.95
WorldgenOresBedrockMethod · 0.95
onOreRegistrationMethod · 0.95
addRecipe1Method · 0.95
addRecipe2Method · 0.95
addRecipeXMethod · 0.95
addRecipe0Method · 0.95
findRecipeMethod · 0.95
addFuelMethod · 0.95
findRecipeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected