Interface ICanRender3d
- All Known Implementing Classes:
WidgetVerticalScrollbar
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Implement this on widgets which need to render in a 3d context (i.e. Pneumatic Armor 3d renderer)
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender3d(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks)
-
Method Details
-
render3d
void render3d(com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, float partialTicks)
-