Interface CloudRenderHandler

All Superinterfaces:
IRenderHandler

@Deprecated public interface CloudRenderHandler extends IRenderHandler
Deprecated.
Use ICloudRenderHandler instead. todo: remove in 1.17
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc)
    Deprecated.
     
    default void
    render(int ticks, float partialTicks, ClientWorld world, Minecraft mc)
    Deprecated.