| 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);} |
| 3345 | @Deprecated public static ItemStack get(ItemStack... aRecipe) {return CR.get(aRecipe);} |
| 3346 | @Deprecated public static ItemStack get(boolean aUncopiedStack, ItemStack... aRecipe) {return CR.get(aUncopiedStack, aRecipe);} |
| 3347 | @Deprecated public static boolean has(ItemStack aOutput) {return CR.has(aOutput);} |