Class SparkTinkererBlockEntityRenderer
java.lang.Object
vazkii.botania.client.render.block_entity.SparkTinkererBlockEntityRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<SparkTinkererBlockEntity>
public class SparkTinkererBlockEntityRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<SparkTinkererBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionSparkTinkererBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@NotNull SparkTinkererBlockEntity tileentity, float pticks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) 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, shouldRenderOffScreen
-
Constructor Details
-
SparkTinkererBlockEntityRenderer
public SparkTinkererBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
render
public void render(@NotNull @NotNull SparkTinkererBlockEntity tileentity, float pticks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<SparkTinkererBlockEntity>
-