Uses of Class
alexiil.mc.lib.attributes.fluid.render.FluidVolumeRenderer
Packages that use FluidVolumeRenderer
-
Uses of FluidVolumeRenderer in alexiil.mc.lib.attributes.fluid.render
Subclasses of FluidVolumeRenderer in alexiil.mc.lib.attributes.fluid.renderModifier and TypeClassDescriptionclass
DefaultFluidVolumeRenderer
that can handle most default fluid types - if theFluidVolume
is for a non-null minecraftFluid
then this will use the sprites provided from theFluidRenderHandlerRegistry
.class
class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FluidVolumeRenderer in alexiil.mc.lib.attributes.fluid.volume
Methods in alexiil.mc.lib.attributes.fluid.volume that return FluidVolumeRendererModifier and TypeMethodDescriptionFluidVolume.getRenderer()
Returns theFluidVolumeRenderer
to use for rendering this fluid.PotionFluidVolume.getRenderer()
DefaultFluidVolumeRenderer
does everything that this does.