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 bix
intermediary net/minecraft/class_1138
named net/minecraft/client/render/entity/FallingBlockEntityRenderer
  • Constructor Details

    • FallingBlockEntityRenderer

      public FallingBlockEntityRenderer​(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbiv;<init>(Lbiu;)V
      intermediary <init> Lnet/minecraft/class_1136;<init>(Lnet/minecraft/class_1135;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
  • Method Details

    • render

      public void render​(FallingBlockEntity fallingBlockEntity, double double2, double double3, double double4, float float2, float float3)
      Overrides:
      render in class EntityRenderer<FallingBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbix;a(Luy;DDDFF)V
      intermediary method_3923 Lnet/minecraft/class_1138;method_3923(Lnet/minecraft/class_1892;DDDFF)V
      named render Lnet/minecraft/client/render/entity/FallingBlockEntityRenderer;render(Lnet/minecraft/entity/FallingBlockEntity;DDDFF)V
    • getTexture

      protected Identifier getTexture​(FallingBlockEntity fallingBlockEntity)
      Specified by:
      getTexture in class EntityRenderer<FallingBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbix;a(Luy;)Ljy;
      intermediary method_3922 Lnet/minecraft/class_1138;method_3922(Lnet/minecraft/class_1892;)Lnet/minecraft/class_1605;
      named getTexture Lnet/minecraft/client/render/entity/FallingBlockEntityRenderer;getTexture(Lnet/minecraft/entity/FallingBlockEntity;)Lnet/minecraft/util/Identifier;