Class CrushableBlockRenderer

java.lang.Object
com.idark.valoria.client.render.model.blockentity.CrushableBlockRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CrushableBlockEntity>

public class CrushableBlockRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CrushableBlockEntity>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(CrushableBlockEntity pBlockEntity, float pPartialTick, com.mojang.blaze3d.vertex.PoseStack pPoseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay)
     

    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
  • Constructor Details

    • CrushableBlockRenderer

      public CrushableBlockRenderer()
  • Method Details

    • render

      public void render(CrushableBlockEntity pBlockEntity, float pPartialTick, com.mojang.blaze3d.vertex.PoseStack pPoseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CrushableBlockEntity>