Class FallingBlockEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<FallingBlockEntity>
net.minecraft.client.render.entity.FallingBlockEntityRenderer

@Environment(CLIENT) public class FallingBlockEntityRenderer extends EntityRenderer<FallingBlockEntity>
Mappings:
Namespace Name
official fiv
intermediary net/minecraft/class_901
named net/minecraft/client/render/entity/FallingBlockEntityRenderer
  • Field Details

    • blockRenderManager

      private final BlockRenderManager blockRenderManager
      Mappings:
      Namespace Name Mixin selector
      official a Lfiv;a:Lfem;
      intermediary field_38890 Lnet/minecraft/class_901;field_38890:Lnet/minecraft/class_776;
      named blockRenderManager Lnet/minecraft/client/render/entity/FallingBlockEntityRenderer;blockRenderManager:Lnet/minecraft/client/render/block/BlockRenderManager;
  • Constructor Details

    • FallingBlockEntityRenderer

      public FallingBlockEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfip;<init>(Lfiq$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • render

      public void render(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class EntityRenderer<FallingBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfiv;a(Lbth;FFLeed;Lfdv;I)V
      intermediary method_3965 Lnet/minecraft/class_901;method_3965(Lnet/minecraft/class_1540;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/FallingBlockEntityRenderer;render(Lnet/minecraft/entity/FallingBlockEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(FallingBlockEntity fallingBlockEntity)
      Specified by:
      getTexture in class EntityRenderer<FallingBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfiv;a(Lbth;)Lacf;
      intermediary method_3964 Lnet/minecraft/class_901;method_3964(Lnet/minecraft/class_1540;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/FallingBlockEntityRenderer;getTexture(Lnet/minecraft/entity/FallingBlockEntity;)Lnet/minecraft/util/Identifier;