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

    Constructors
    Constructor
    Description
    AphorismTileRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(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, wait

    Methods 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:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<AphorismTileBlockEntity>