Class BeaconRenderer

java.lang.Object
net.minecraft.client.renderer.blockentity.BeaconRenderer
All Implemented Interfaces:
BlockEntityRenderer<BeaconBlockEntity>

public class BeaconRenderer extends Object implements BlockEntityRenderer<BeaconBlockEntity>
  • Field Details

  • Constructor Details

  • Method Details

    • render

      public void render(BeaconBlockEntity p_112140_, float p_112141_, PoseStack p_112142_, MultiBufferSource p_112143_, int p_112144_, int p_112145_)
      Specified by:
      render in interface BlockEntityRenderer<BeaconBlockEntity>
    • renderBeaconBeam

      private static void renderBeaconBeam(PoseStack p_112177_, MultiBufferSource p_112178_, float p_112179_, long p_112180_, int p_112181_, int p_112182_, float[] p_112183_)
    • renderBeaconBeam

      public static void renderBeaconBeam(PoseStack p_112185_, MultiBufferSource p_112186_, ResourceLocation p_112187_, float p_112188_, float p_112189_, long p_112190_, int p_112191_, int p_112192_, float[] p_112193_, float p_112194_, float p_112195_)
    • renderPart

      private static void renderPart(PoseStack p_112156_, VertexConsumer p_112157_, float p_112158_, float p_112159_, float p_112160_, float p_112161_, int p_112162_, int p_112163_, float p_112164_, float p_112165_, float p_112166_, float p_112167_, float p_112168_, float p_112169_, float p_112170_, float p_112171_, float p_112172_, float p_112173_, float p_112174_, float p_112175_)
    • renderQuad

      private static void renderQuad(Matrix4f p_112120_, Matrix3f p_112121_, VertexConsumer p_112122_, float p_112123_, float p_112124_, float p_112125_, float p_112126_, int p_112127_, int p_112128_, float p_112129_, float p_112130_, float p_112131_, float p_112132_, float p_112133_, float p_112134_, float p_112135_, float p_112136_)
    • addVertex

      private static void addVertex(Matrix4f p_112107_, Matrix3f p_112108_, VertexConsumer p_112109_, float p_112110_, float p_112111_, float p_112112_, float p_112113_, int p_112114_, float p_112115_, float p_112116_, float p_112117_, float p_112118_)
    • shouldRenderOffScreen

      public boolean shouldRenderOffScreen(BeaconBlockEntity p_112138_)
      Specified by:
      shouldRenderOffScreen in interface BlockEntityRenderer<BeaconBlockEntity>
    • getViewDistance

      public int getViewDistance()
      Specified by:
      getViewDistance in interface BlockEntityRenderer<BeaconBlockEntity>
    • shouldRender

      public boolean shouldRender(BeaconBlockEntity p_173531_, Vec3 p_173532_)
      Specified by:
      shouldRender in interface BlockEntityRenderer<BeaconBlockEntity>