Uses of Class
alexiil.mc.lib.attributes.fluid.amount.FluidAmount.SafeAddResult
Packages that use FluidAmount.SafeAddResult
-
Uses of FluidAmount.SafeAddResult in alexiil.mc.lib.attributes.fluid.amount
Methods in alexiil.mc.lib.attributes.fluid.amount that return FluidAmount.SafeAddResultModifier 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)