Interface ICloudRenderHandler

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 interface ICloudRenderHandler
Call DimensionSpecialEffects.setCloudRenderHandler(ICloudRenderHandler), obtained from a ClientLevel with an implementation of this to override all cloud rendering with your own. This is only responsible for rendering clouds.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(int ticks, float partialTick, PoseStack poseStack, ClientLevel level, Minecraft minecraft, double camX, double camY, double camZ)
     
  • Method Details

    • render

      void render(int ticks, float partialTick, PoseStack poseStack, ClientLevel level, Minecraft minecraft, double camX, double camY, double camZ)