Class AerialInterfaceRenderer

java.lang.Object
me.desht.pneumaticcraft.client.render.blockentity.AerialInterfaceRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<AerialInterfaceBlockEntity>

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

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

    Modifier and Type
    Method
    Description
    void
    render(AerialInterfaceBlockEntity tileEntityIn, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn)
     

    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

    • AerialInterfaceRenderer

      public AerialInterfaceRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
  • Method Details

    • render

      public void render(AerialInterfaceBlockEntity tileEntityIn, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<AerialInterfaceBlockEntity>