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
ConstructorsConstructorDescriptionStoneAltarTESR(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(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, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreenMethods 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:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<StoneAltarBlockEntity>
-