Package net.minecraftforge.client
Interface ISkyRenderHandler
-
- 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 ISkyRenderHandlerCallDimensionRenderInfo.setSkyRenderHandler(ISkyRenderHandler), obtained from aClientWorldwith an implementation of this to override all sky rendering with your own. This includes the sun, moon, stars, and sky-coloring.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc)
-
-
-
Method Detail
-
render
void render(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc)
-
-