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

Method shaped

src/main/java/gregapi/util/CR.java:218–218  ·  view source on GitHub ↗

Regular Crafting Recipes. Deletes conflicting Recipes too. You can insert instances of IItemContainer into the Recipe Input Array directly without having to call "get(1)" on them. Enums are automatically getting their "name()"-Method called in order to deliver an OreDict String. Lowercase Letters ar

(ItemStack aResult, Enchantment[] aEnchantmentsAdded, int[] aEnchantmentLevelsAdded, Object[] aRecipe)

Source from the content-addressed store, hash-verified

216 * , 'z' = OreDictToolNames.bendingcylinder
217 */
218 public static boolean shaped(ItemStack aResult, Enchantment[] aEnchantmentsAdded, int[] aEnchantmentLevelsAdded, Object[] aRecipe) {return shaped(aResult, aEnchantmentsAdded, aEnchantmentLevelsAdded, F, T, F, F, F, F, F, F, F, F, F, F, T, F, F, aRecipe);}
219
220 /**
221 * Regular Crafting Recipes. Deletes conflicting Recipes too.

Callers 15

onModPreInit2Method · 0.95
onModInit2Method · 0.95
ItemIntegratedCircuitMethod · 0.95
ItemArmorBaseMethod · 0.95
stoneshapesMethod · 0.95
stonetypesMethod · 0.95
addCraftingRecipeMethod · 0.95
runMethod · 0.95
BlockMetaTypeMethod · 0.95
BlockBaseSpikeMethod · 0.95
BlockBaseBarsMethod · 0.95
addMethod · 0.95

Calls 15

invalidMethod · 0.95
validMetaMethod · 0.95
getMethod · 0.95
makeMethod · 0.95
copy_Method · 0.95
data_Method · 0.95
dataMethod · 0.95
meta_Method · 0.95
removeMethod · 0.95
remoutMethod · 0.95
listMethod · 0.95
equalMethod · 0.95

Tested by

no test coverage detected