Class BlockEntityRenderer<T extends BlockEntity>

java.lang.Object
net.minecraft.client.render.block.entity.BlockEntityRenderer<T>
Direct Known Subclasses:
BannerBlockEntityRenderer, BeaconBlockEntityRenderer, ChestBlockEntityRenderer, class_2887, class_3096, class_3298, EnchantingTableBlockEntityRenderer, EnderChestBlockEntityRenderer, EndPortalBlockEntityRenderer, MobSpawnerBlockEntityRenderer, PistonBlockEntityRenderer, SignBlockEntityRenderer, SkullBlockEntityRenderer

@Environment(CLIENT) public abstract class BlockEntityRenderer<T extends BlockEntity> extends Object
Mappings:
Namespace Name
official bwy
intermediary net/minecraft/class_599
named net/minecraft/client/render/block/entity/BlockEntityRenderer
  • Field Details

    • DESTROY_STAGE_TEXTURE

      protected static final Identifier[] DESTROY_STAGE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official b Lbwy;b:[Lnf;
      intermediary field_11015 Lnet/minecraft/class_599;field_11015:[Lnet/minecraft/class_1653;
      named DESTROY_STAGE_TEXTURE Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;DESTROY_STAGE_TEXTURE:[Lnet/minecraft/util/Identifier;
    • dispatcher

      protected BlockEntityRenderDispatcher dispatcher
      Mappings:
      Namespace Name Mixin selector
      official c Lbwy;c:Lbwx;
      intermediary field_2202 Lnet/minecraft/class_599;field_2202:Lnet/minecraft/class_598;
      named dispatcher Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;dispatcher:Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;
  • Constructor Details

    • BlockEntityRenderer

      public BlockEntityRenderer()
  • Method Details

    • method_1631

      public void method_1631(T t, double double2, double double3, double double4, float float2, int int2, float float3)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Lavj;DDDFIF)V
      intermediary method_1631 Lnet/minecraft/class_599;method_1631(Lnet/minecraft/class_226;DDDFIF)V
      named method_1631 Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;method_1631(Lnet/minecraft/block/entity/BlockEntity;DDDFIF)V
    • method_13445

      protected void method_13445(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Z)V
      intermediary method_13445 Lnet/minecraft/class_599;method_13445(Z)V
      named method_13445 Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;method_13445(Z)V
    • bindTexture

      protected void bindTexture(Identifier texture)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Lnf;)V
      intermediary method_5872 Lnet/minecraft/class_599;method_5872(Lnet/minecraft/class_1653;)V
      named bindTexture Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;bindTexture(Lnet/minecraft/util/Identifier;)V
    • getWorld

      protected World getWorld()
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a()Lamu;
      intermediary method_10103 Lnet/minecraft/class_599;method_10103()Lnet/minecraft/class_1150;
      named getWorld Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;getWorld()Lnet/minecraft/world/World;
    • setDispatcher

      public void setDispatcher(BlockEntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Lbwx;)V
      intermediary method_1632 Lnet/minecraft/class_599;method_1632(Lnet/minecraft/class_598;)V
      named setDispatcher Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;setDispatcher(Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;)V
    • getTextRenderer

      public TextRenderer getTextRenderer()
      Mappings:
      Namespace Name Mixin selector
      official b Lbwy;b()Lbip;
      intermediary method_1635 Lnet/minecraft/class_599;method_1635()Lnet/minecraft/class_370;
      named getTextRenderer Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;getTextRenderer()Lnet/minecraft/client/font/TextRenderer;
    • method_12410

      public boolean method_12410(T t)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Lavj;)Z
      intermediary method_12410 Lnet/minecraft/class_599;method_12410(Lnet/minecraft/class_226;)Z
      named method_12410 Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;method_12410(Lnet/minecraft/block/entity/BlockEntity;)Z
    • method_13444

      protected void method_13444(T t, String string, double double2, double double3, double double4, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwy;a(Lavj;Ljava/lang/String;DDDI)V
      intermediary method_13444 Lnet/minecraft/class_599;method_13444(Lnet/minecraft/class_226;Ljava/lang/String;DDDI)V
      named method_13444 Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;method_13444(Lnet/minecraft/block/entity/BlockEntity;Ljava/lang/String;DDDI)V