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

Method shapeless

src/main/java/gregapi/util/UT.java:3341–3341  ·  view source on GitHub ↗
(ItemStack aResult, Enchantment[] aEnchantmentsAdded, int[] aEnchantmentLevelsAdded, Object[] aRecipe)

Source from the content-addressed store, hash-verified

3339 @Deprecated public static boolean shaped(ItemStack aResult, Object[] aRecipe) {return CR.shaped(aResult, aRecipe);}
3340 @Deprecated public static boolean shaped(ItemStack aResult, long aBitMask, Object[] aRecipe) {return CR.shaped(aResult, aBitMask, aRecipe);}
3341 @Deprecated public static boolean shapeless(ItemStack aResult, Enchantment[] aEnchantmentsAdded, int[] aEnchantmentLevelsAdded, Object[] aRecipe) {return CR.shapeless(aResult, aEnchantmentsAdded, aEnchantmentLevelsAdded, aRecipe);}
3342 @Deprecated public static boolean shapeless(ItemStack aResult, Object[] aRecipe) {return CR.shapeless(aResult, aRecipe);}
3343 @Deprecated public static boolean shapeless(ItemStack aResult, long aBitMask, Object[] aRecipe) {return CR.shapeless(aResult, aBitMask, aRecipe);}
3344 @Deprecated public static ItemStack getany(World aWorld, ItemStack... aRecipe) {return CR.getany(aWorld, aRecipe);}

Callers

nothing calls this directly

Calls 1

shapelessMethod · 0.95

Tested by

no test coverage detected