Package net.minecraftforge.client
Interface CloudRenderHandler
- All Superinterfaces:
IRenderHandler
Deprecated.
Use
ICloudRenderHandler
instead.
todo: remove in 1.17-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc) Deprecated.default void
render
(int ticks, float partialTicks, ClientWorld world, Minecraft mc) Deprecated.
-
Method Details
-
render
Deprecated.- Specified by:
render
in interfaceIRenderHandler
-
render
void render(int ticks, float partialTicks, MatrixStack matrixStack, ClientWorld world, Minecraft mc) Deprecated.
-