Interface FluidTransferable

All Superinterfaces:
FluidExtractable, FluidInsertable, LimitedConsumer<FluidVolume>
All Known Subinterfaces:
GroupedFluidInv, LimitedGroupedFluidInv
All Known Implementing Classes:
CombinedGroupedFluidInv, DelegatingGroupedFluidInv, EmptyFluidTransferable, EmptyGroupedFluidInv, FilteredFluidTransferable, GroupedFluidInvFixedWrapper, ItemBasedSingleFluidInv, JumboFixedFluidInv, SimpleFixedFluidInv, SimpleLimitedGroupedFluidInv, SingleFluidTank

public interface FluidTransferable
extends FluidInsertable, FluidExtractable
Combined interface for FluidInsertable and FluidExtractable. (This is provided for simplicity when exposing inventories for modification but when you don't want to implement the full set of methods that GroupedFluidInv provides).