Class SimpleFixedFluidInvInsertable

java.lang.Object
alexiil.mc.lib.attributes.fluid.impl.SimpleFixedFluidInvInsertable
All Implemented Interfaces:
FluidInsertable, LimitedConsumer<FluidVolume>

@Deprecated(since="0.4.0", forRemoval=true) public final class SimpleFixedFluidInvInsertable extends Object implements FluidInsertable
Deprecated, for removal: This API element is subject to removal in a future version.
This has been replaced with FixedFluidInv.getMappedInv(int...) followed by FixedFluidInv.getInsertable(). (And optionally FluidInsertable.getPureInsertable() if you only want to expose it as an insertable).
  • Constructor Details

    • SimpleFixedFluidInvInsertable

      public SimpleFixedFluidInvInsertable(FixedFluidInv inv, int[] tanks)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details