Uses of Class
alexiil.mc.lib.attributes.fluid.amount.FluidAmount.SafeAddResult
-
Uses of FluidAmount.SafeAddResult in alexiil.mc.lib.attributes.fluid.amount
Modifier and TypeMethodDescriptionFluidAmount.safeAdd
(FluidAmount other) Safely adds the givenFluidAmount
to this one, returning the merged result.FluidAmount.safeAdd
(FluidAmount other, RoundingMode rounding) Safely adds the givenFluidAmount
to this one, returning the merged result.FluidAmount.safeSub
(FluidAmount by) FluidAmount.safeSub
(FluidAmount by, RoundingMode rounding)