Class RenderBlockEntityDryingBasin
java.lang.Object
org.cyclops.integrateddynamics.client.render.blockentity.RenderBlockEntityDryingBasin
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityDryingBasin>
,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<BlockEntityDryingBasin>
public class RenderBlockEntityDryingBasin
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityDryingBasin>
Renderer for the item inside the
BlockDryingBasin
.-
Constructor Summary
ConstructorDescriptionRenderBlockEntityDryingBasin
(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(BlockEntityDryingBasin tile, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource renderTypeBuffer, 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
Methods inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension
getRenderBoundingBox
-
Constructor Details
-
RenderBlockEntityDryingBasin
public RenderBlockEntityDryingBasin(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
render
public void render(BlockEntityDryingBasin tile, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStack, net.minecraft.client.renderer.MultiBufferSource renderTypeBuffer, int combinedLight, int combinedOverlay) - Specified by:
render
in interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<BlockEntityDryingBasin>
-