Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ALongStringOfNumbers committed Mar 14, 2021
1 parent 9306afe commit ec3763f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/gregtech/api/util/GTFluidUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public static int transferFluids(@Nonnull IFluidHandler sourceHandler, @Nonnull
}

/**
Used to void fluids through the fluid voiding filter before transferring any non voided fluids into a neighboring fluid handler
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.
**/
public static int transferFluidsToMultipleHandlers(@Nonnull IFluidHandler sourceHandler, @Nonnull List<Tuple<IFluidHandler, Predicate<FluidStack>>> transferTuple, int transferLimit) {

Expand Down

0 comments on commit ec3763f

Please sign in to comment.