Class ManaPumpBlockEntityRenderer
java.lang.Object
vazkii.botania.client.render.block_entity.ManaPumpBlockEntityRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManaPumpBlockEntity>
public class ManaPumpBlockEntityRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManaPumpBlockEntity>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.client.resources.model.BakedModel -
Constructor Summary
ConstructorsConstructorDescriptionManaPumpBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(ManaPumpBlockEntity pump, float partialTicks, 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
-
Field Details
-
headModel
public static net.minecraft.client.resources.model.BakedModel headModel
-
-
Constructor Details
-
ManaPumpBlockEntityRenderer
public ManaPumpBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
render
public void render(ManaPumpBlockEntity pump, float partialTicks, 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<ManaPumpBlockEntity>
-