Class BlockEntityAkashicBookshelfRenderer

java.lang.Object
at.petrak.hexcasting.client.render.be.BlockEntityAkashicBookshelfRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityAkashicBookshelf>

public class BlockEntityAkashicBookshelfRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityAkashicBookshelf>
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    render(BlockEntityAkashicBookshelf tile, float pPartialTick, com.mojang.blaze3d.vertex.PoseStack ps, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    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

    • BlockEntityAkashicBookshelfRenderer

      public BlockEntityAkashicBookshelfRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
  • Method Details

    • render

      public void render(BlockEntityAkashicBookshelf tile, float pPartialTick, com.mojang.blaze3d.vertex.PoseStack ps, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityAkashicBookshelf>