Uses of Class
alexiil.mc.lib.attributes.fluid.volume.FluidProperty
Packages that use FluidProperty
-
Uses of FluidProperty in alexiil.mc.lib.attributes.fluid.volume
Methods in alexiil.mc.lib.attributes.fluid.volume that return types with arguments of type FluidPropertyMethods in alexiil.mc.lib.attributes.fluid.volume with parameters of type FluidPropertyModifier and TypeMethodDescriptionfinal void
FluidKey.forceRegisterProperty
(FluidProperty<?> property) Forcibly attempts to register the given property, throwing an exception if the registration fails.final <T> T
FluidVolume.getProperty
(FluidProperty<T> property) final <T> void
FluidVolume.setProperty
(FluidProperty<T> property, T value) final String
FluidKey.tryRegisterProperty
(FluidProperty<?> property)