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

Method getBlueprintCrafting

src/main/java/gregapi/util/UT.java:2062–2064  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

2060 return tNBT;
2061 }
2062 public static ItemStack[] getBlueprintCrafting(ItemStack aStack) {
2063 return getBlueprintCrafting(getNBT(aStack));
2064 }
2065 public static NBTTagCompound setBlueprintCrafting(NBTTagCompound aNBT, ItemStack... aBlueprint) {
2066 NBTTagCompound tList = make();
2067 boolean temp = F;

Callers 5

getDataToolTipMethod · 0.95
findRecipeMethod · 0.80
getBlueprintMethod · 0.80
findRecipeMethod · 0.80
getCraftingOutputMethod · 0.80

Calls 3

getNBTMethod · 0.95
amountMethod · 0.95
loadMethod · 0.95

Tested by

no test coverage detected