Uses of Class
alexiil.mc.lib.attributes.fluid.volume.FluidProperty
Package | Description |
---|---|
alexiil.mc.lib.attributes.fluid.volume |
-
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 FluidProperty Modifier and Type Method Description java.util.SortedSet<FluidProperty<?>>
FluidKey. getProperties()
Methods in alexiil.mc.lib.attributes.fluid.volume with parameters of type FluidProperty Modifier and Type Method Description void
FluidKey. forceRegisterProperty(FluidProperty<?> property)
Forcibly attempts to register the given property, throwing an exception if the registration fails.<T> T
FluidVolume. getProperty(FluidProperty<T> property)
<T> void
FluidVolume. setProperty(FluidProperty<T> property, T value)
java.lang.String
FluidKey. tryRegisterProperty(FluidProperty<?> property)