Class AphorismTileRenderer
java.lang.Object
me.desht.pneumaticcraft.client.render.blockentity.AphorismTileRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<AphorismTileBlockEntity>
public class AphorismTileRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<AphorismTileBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionAphorismTileRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(AphorismTileBlockEntity te, float v, com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, int combinedLight, int combinedOverlay) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
Constructor Details
-
AphorismTileRenderer
public AphorismTileRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
render
public void render(AphorismTileBlockEntity te, float v, com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource buffer, int combinedLight, int combinedOverlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<AphorismTileBlockEntity>
-