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

Method pressurewash

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

Source from the content-addressed store, hash-verified

705 }
706
707 public static boolean pressurewash(ItemStack aInput, ItemStack... aOutputs) {return pressurewash(16, 64, 200, aInput, aOutputs);}
708 public static boolean pressurewash(long aEUt, long aDuration, ItemStack aInput, ItemStack... aOutputs) {return pressurewash(aEUt, aDuration, 1000, aInput, aOutputs);}
709 public static boolean pressurewash(long aEUt, long aDuration, long aWater, ItemStack aInput, ItemStack... aOutputs) {
710 if (ST.invalid(aInput) || aOutputs.length <= 0 || ST.invalid(aOutputs[0])) return F;

Callers 6

cleanmossMethod · 0.95
debarkingMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
runMethod · 0.95

Calls 3

invalidMethod · 0.95
watersMethod · 0.95
addRecipe1Method · 0.80

Tested by

no test coverage detected