Class DeepslateBasinRenderer
java.lang.Object
com.blamejared.wac.client.render.block.DeepslateBasinRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<DeepslateBasinBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<DeepslateBasinBlockEntity>
public class DeepslateBasinRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<DeepslateBasinBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionDeepslateBasinRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(DeepslateBasinBlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay) 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
-
DeepslateBasinRenderer
public DeepslateBasinRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
render
public void render(DeepslateBasinBlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<DeepslateBasinBlockEntity>
-