Class GroupedFluidInvFixedWrapper

java.lang.Object
alexiil.mc.lib.attributes.fluid.impl.GroupedFluidInvViewFixedWrapper
alexiil.mc.lib.attributes.fluid.impl.GroupedFluidInvFixedWrapper
All Implemented Interfaces:
FluidExtractable, FluidInsertable, FluidTransferable, GroupedFluidInv, GroupedFluidInvView, LimitedConsumer<FluidVolume>, OpenWrapper

public class GroupedFluidInvFixedWrapper
extends GroupedFluidInvViewFixedWrapper
implements GroupedFluidInv
An GroupedFluidInv wrapper over an FixedFluidInv. This implementation is the naive implementation where every insertion operation will look at every tank in the target inventory in order to insert into the most appropriate tank first. As such the use of this class is discouraged whenever a more efficient version can be made (unless the target inventory has a very small size.