(ItemStack aInput, ItemStack... aOutputs)
| 714 | } |
| 715 | |
| 716 | @Deprecated public static boolean debarking(ItemStack aInput, ItemStack... aOutputs) {return pressurewash(16, 64, 1000, aInput, aOutputs);} |
| 717 | @Deprecated public static boolean debarking(long aEUt, long aDuration, ItemStack aInput, ItemStack... aOutputs) {return pressurewash(aEUt, aDuration, 1000, aInput, aOutputs);} |
| 718 | @Deprecated public static boolean debarking(long aEUt, long aDuration, long aWater, ItemStack aInput, ItemStack... aOutputs) {return pressurewash(aEUt, aDuration, aWater, aInput, aOutputs);} |
| 719 |
nothing calls this directly
no test coverage detected