FluidRenderHandlerRegistry

public interface FluidRenderHandlerRegistry

Registry for FluidRenderHandler instances.

Notably, this supports querying, overriding and wrapping vanilla fluid rendering.

Functions

get
Link copied to clipboard
abstract FluidRenderHandler get(Fluid fluid)
Get a FluidRenderHandler for a given Fluid.Supports vanilla and Fabric fluids.
register
Link copied to clipboard
abstract void register(Fluid fluid, FluidRenderHandler renderer)
Register a FluidRenderHandler for a given Fluid.

Inheritors

FluidRenderHandlerRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard