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

Method setBlueprintCrafting

src/main/java/gregapi/util/UT.java:2056–2061  ·  view source on GitHub ↗
(ItemStack aStack, ItemStack... aBlueprint)

Source from the content-addressed store, hash-verified

2054 }
2055
2056 public static NBTTagCompound setBlueprintCrafting(ItemStack aStack, ItemStack... aBlueprint) {
2057 NBTTagCompound tNBT = getNBT(aStack);
2058 setBlueprintCrafting(tNBT, aBlueprint);
2059 set(aStack, tNBT);
2060 return tNBT;
2061 }
2062 public static ItemStack[] getBlueprintCrafting(ItemStack aStack) {
2063 return getBlueprintCrafting(getNBT(aStack));
2064 }

Callers 3

findRecipeMethod · 0.80
findRecipeMethod · 0.80
setBluePrintMethod · 0.80

Calls 6

getNBTMethod · 0.95
setMethod · 0.95
makeMethod · 0.95
validMethod · 0.95
saveMethod · 0.95
amountMethod · 0.95

Tested by

no test coverage detected