Interface FogEvents.RenderFog

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.

@FunctionalInterface public static interface FogEvents.RenderFog
  • Method Summary

    Modifier and Type
    Method
    Description
    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)