We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea01919 commit f77e523Copy full SHA for f77e523
1 file changed
src/main/java/gregtech/api/util/GTFluidUtils.java
@@ -24,8 +24,7 @@ public static int transferFluids(@Nonnull IFluidHandler sourceHandler, @Nonnull
24
}
25
26
/**
27
- Used to void fluids through the fluid voiding filter before transferring any non voided fluids into a neighboring fluid handler
28
- destHandler is an array of fluid handlers, with the handler of the voiding fluid cover first
+ Used to transfer fluids from a source to multiple destinations. Each destination can have a separate fluid filter applied.
29
**/
30
public static int transferFluidsToMultipleHandlers(@Nonnull IFluidHandler sourceHandler, @Nonnull List<Tuple<IFluidHandler, Predicate<FluidStack>>> transferTuple, int transferLimit) {
31
0 commit comments