public interface FluidRenderHandler
Modifier and Type | Method and Description |
---|---|
default int |
getFluidColor(net.minecraft.world.ExtendedBlockView view,
net.minecraft.util.math.BlockPos pos,
net.minecraft.fluid.FluidState state)
Get the tint color for a fluid being rendered at a given position.
|
net.minecraft.client.texture.Sprite[] |
getFluidSprites(net.minecraft.world.ExtendedBlockView view,
net.minecraft.util.math.BlockPos pos,
net.minecraft.fluid.FluidState state)
Get the sprites for a fluid being rendered at a given position.
|
net.minecraft.client.texture.Sprite[] getFluidSprites(net.minecraft.world.ExtendedBlockView view, net.minecraft.util.math.BlockPos pos, net.minecraft.fluid.FluidState state)
view
- The world view pertaining to the fluid. May be null!pos
- The position of the fluid in the world. May be null!state
- The current state of the fluid.default int getFluidColor(net.minecraft.world.ExtendedBlockView view, net.minecraft.util.math.BlockPos pos, net.minecraft.fluid.FluidState state)
view
- The world view pertaining to the fluid. May be null!pos
- The position of the fluid in the world. May be null!state
- The current state of the fluid.