Class ImplicitVanillaFluidVolumeRenderer
java.lang.Object
alexiil.mc.lib.attributes.fluid.render.FluidVolumeRenderer
alexiil.mc.lib.attributes.fluid.render.ImplicitVanillaFluidVolumeRenderer
@Deprecated(since="0.6.0",
            forRemoval=true)
public class ImplicitVanillaFluidVolumeRenderer
extends FluidVolumeRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Nested Class SummaryNested classes/interfaces inherited from class alexiil.mc.lib.attributes.fluid.render.FluidVolumeRendererFluidVolumeRenderer.ComponentRenderFaces, FluidVolumeRenderer.ExpandingVcp
- 
Field SummaryFieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class alexiil.mc.lib.attributes.fluid.render.FluidVolumeRendererVCPS
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(FluidVolume fluid, List<FluidRenderFace> faces, net.minecraft.client.render.VertexConsumerProvider vcp, net.minecraft.client.util.math.MatrixStack matrices)Deprecated, for removal: This API element is subject to removal in a future version.Renders a list of faces of the given fluid at the specified co-ordinates.Methods inherited from class alexiil.mc.lib.attributes.fluid.render.FluidVolumeRenderergetRenderLayer, getSprites, renderGuiRectangle, renderSimpleFluid, renderSimpleFluid, splitFaces, splitFacesComponent, vertex, vertex, vertex, vertex
- 
Field Details- 
INSTANCEDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Constructor Details- 
ImplicitVanillaFluidVolumeRendererpublic ImplicitVanillaFluidVolumeRenderer()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
renderpublic void render(FluidVolume fluid, List<FluidRenderFace> faces, net.minecraft.client.render.VertexConsumerProvider vcp, net.minecraft.client.util.math.MatrixStack matrices)Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:FluidVolumeRendererRenders a list of faces of the given fluid at the specified co-ordinates.- Specified by:
- renderin class- FluidVolumeRenderer
 
 
- 
DefaultFluidVolumeRendererdoes everything that this does.