public interface SkyRenderHandler extends IRenderHandler
Dimension.setSkyRenderer(net.minecraftforge.client.IRenderHandler) with an implementation of this
to override all sky rendering with your own. This includes the sun, moon, stars, and sky-coloring.| Modifier and Type | Method and Description |
|---|---|
default void |
render(int ticks,
float partialTicks,
ClientWorld world,
Minecraft mc) |
void |
render(int ticks,
float partialTicks,
MatrixStack matrixStack,
ClientWorld world,
Minecraft mc) |
default void render(int ticks,
float partialTicks,
ClientWorld world,
Minecraft mc)
render in interface IRenderHandlervoid render(int ticks,
float partialTicks,
MatrixStack matrixStack,
ClientWorld world,
Minecraft mc)