java.lang.Object
com.codinglitch.simpleradio.client.core.registry.renderers.MicrophoneRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<MicrophoneBlockEntity>

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

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

    Modifier and Type
    Method
    Description
    void
    render(MicrophoneBlockEntity blockEntity, float tickDelta, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, 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
  • Constructor Details

    • MicrophoneRenderer

      public MicrophoneRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • render

      public void render(MicrophoneBlockEntity blockEntity, float tickDelta, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light, int overlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<MicrophoneBlockEntity>