Package net.minecraftforge.client
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.
Call
DimensionRenderInfo.setCloudRenderHandler(ICloudRenderHandler)
, obtained from a ClientWorld
with an implementation of this to override all cloud rendering with your own.
This is only responsible for rendering clouds.-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc, double viewEntityX, double viewEntityY, double viewEntityZ)
-
Method Details
-
render
void render(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc, double viewEntityX, double viewEntityY, double viewEntityZ)
-