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

Method shapeless

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

Shapeless Crafting Recipes. Deletes conflicting Recipes too.

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

Source from the content-addressed store, hash-verified

450
451 /** Shapeless Crafting Recipes. Deletes conflicting Recipes too. */
452 public static boolean shapeless(ItemStack aResult, Enchantment[] aEnchantmentsAdded, int[] aEnchantmentLevelsAdded, Object[] aRecipe) {return shapeless(aResult, aEnchantmentsAdded, aEnchantmentLevelsAdded, T, F, F, F, F, F, F, F, F, aRecipe);}
453 /** Shapeless Crafting Recipes. Deletes conflicting Recipes too. */
454 public static boolean shapeless(ItemStack aResult, Object[] aRecipe) {return shapeless(aResult, DEF, aRecipe);}
455 /** Shapeless Crafting Recipes. Deletes conflicting Recipes too. */

Callers 15

ItemIntegratedCircuitMethod · 0.95
growmossMethod · 0.95
addFluidPipesMethod · 0.95
runMethod · 0.95
BlockBaseSpikeMethod · 0.95
BlockBaseLogMethod · 0.95
shapelessMethod · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95

Calls 14

validMetaMethod · 0.95
getMethod · 0.95
makeMethod · 0.95
removeMethod · 0.95
remoutMethod · 0.95
updateMethod · 0.95
copyMethod · 0.95
printlnMethod · 0.80
getFirstOreMethod · 0.80
addRecipeMethod · 0.80
getMethod · 0.65
nameMethod · 0.65

Tested by

no test coverage detected