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

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.client.resources.model.BakedModel
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ManaPumpBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(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, wait

    Methods 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:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ManaPumpBlockEntity>