Class StoneAltarTESR

java.lang.Object
de.teamlapen.werewolves.client.render.tiles.StoneAltarTESR
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<StoneAltarBlockEntity>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<StoneAltarBlockEntity>

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

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

    Modifier and Type
    Method
    Description
    void
    render(StoneAltarBlockEntity tileEntityIn, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn)
     

    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

    Methods inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension

    getRenderBoundingBox
  • Constructor Details

    • StoneAltarTESR

      public StoneAltarTESR(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • render

      public void render(@Nonnull StoneAltarBlockEntity tileEntityIn, float partialTicks, @Nonnull com.mojang.blaze3d.vertex.PoseStack matrixStackIn, @Nonnull net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<StoneAltarBlockEntity>