Uses of Class
alexiil.mc.lib.attributes.fluid.amount.FluidAmount.SafeAddResult
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes.fluid.amount |
-
Uses of FluidAmount.SafeAddResult in alexiil.mc.lib.attributes.fluid.amount
Methods in alexiil.mc.lib.attributes.fluid.amount that return FluidAmount.SafeAddResult Modifier and Type Method Description FluidAmount.SafeAddResultFluidAmount. safeAdd(FluidAmount other)Safely adds the givenFluidAmountto this one, returning the merged result.FluidAmount.SafeAddResultFluidAmount. safeAdd(FluidAmount other, java.math.RoundingMode rounding)Safely adds the givenFluidAmountto this one, returning the merged result.FluidAmount.SafeAddResultFluidAmount. safeSub(FluidAmount by)FluidAmount.SafeAddResultFluidAmount. safeSub(FluidAmount by, java.math.RoundingMode rounding)