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

Method debarking

src/main/java/gregapi/data/RM.java:716–716  ·  view source on GitHub ↗
(ItemStack aInput, ItemStack... aOutputs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

pressurewashMethod · 0.95

Tested by

no test coverage detected