- Enclosing class:
- FogEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
boolean
onFogRender(net.minecraft.client.renderer.FogRenderer.FogMode mode,
net.minecraft.world.level.material.FogType type,
net.minecraft.client.Camera camera,
float partialTick,
float renderDistance,
float nearDistance,
float farDistance,
com.mojang.blaze3d.shaders.FogShape shape,
FogEvents.FogData fogData)
-
Method Details
-
onFogRender
boolean onFogRender(net.minecraft.client.renderer.FogRenderer.FogMode mode,
net.minecraft.world.level.material.FogType type,
net.minecraft.client.Camera camera,
float partialTick,
float renderDistance,
float nearDistance,
float farDistance,
com.mojang.blaze3d.shaders.FogShape shape,
FogEvents.FogData fogData)