Package alexiil.mc.lib.attributes.fluid
Class FluidVolumeUtil.FluidTransferResult
java.lang.Object
alexiil.mc.lib.attributes.fluid.FluidVolumeUtil.FluidTransferResult
- Enclosing class:
- FluidVolumeUtil
-
Field Summary
Modifier and TypeFieldDescriptionfinal FluidVolume
TheFluidVolume
that should be placed into the tankfinal FluidVolume
If this is returned fromFluidVolumeUtil.computeInsertion(FluidVolume, FluidAmount, FluidVolume)
then this is the leftover. -
Constructor Summary
-
Method Summary
-
Field Details
-
result
If this is returned fromFluidVolumeUtil.computeInsertion(FluidVolume, FluidAmount, FluidVolume)
then this is the leftover. Otherwise this is the fluid that was extracted from the tank. -
inTank
TheFluidVolume
that should be placed into the tank
-
-
Constructor Details
-
FluidTransferResult
-