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.SafeAddResult
FluidAmount. safeAdd(FluidAmount other)
Safely adds the givenFluidAmount
to this one, returning the merged result.FluidAmount.SafeAddResult
FluidAmount. safeAdd(FluidAmount other, java.math.RoundingMode rounding)
Safely adds the givenFluidAmount
to this one, returning the merged result.FluidAmount.SafeAddResult
FluidAmount. safeSub(FluidAmount by)
FluidAmount.SafeAddResult
FluidAmount. safeSub(FluidAmount by, java.math.RoundingMode rounding)