Class BellBlockEntityRenderer

java.lang.Object
net.minecraft.client.render.block.entity.BellBlockEntityRenderer
All Implemented Interfaces:
BlockEntityRenderer<BellBlockEntity>

@Environment(CLIENT) public class BellBlockEntityRenderer extends Object implements BlockEntityRenderer<BellBlockEntity>
Mappings:
Namespace Name
official ffq
intermediary net/minecraft/class_3880
named net/minecraft/client/render/block/entity/BellBlockEntityRenderer
  • Field Details

    • BELL_BODY_TEXTURE

      public static final SpriteIdentifier BELL_BODY_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lffq;a:Lfqk;
      intermediary field_17145 Lnet/minecraft/class_3880;field_17145:Lnet/minecraft/class_4730;
      named BELL_BODY_TEXTURE Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;BELL_BODY_TEXTURE:Lnet/minecraft/client/util/SpriteIdentifier;
    • BELL_BODY

      private static final String BELL_BODY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lffq;b:Ljava/lang/String;
      intermediary field_32823 Lnet/minecraft/class_3880;field_32823:Ljava/lang/String;
      named BELL_BODY Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;BELL_BODY:Ljava/lang/String;
    • bellBody

      private final ModelPart bellBody
      Mappings:
      Namespace Name Mixin selector
      official c Lffq;c:Leyh;
      intermediary field_20816 Lnet/minecraft/class_3880;field_20816:Lnet/minecraft/class_630;
      named bellBody Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;bellBody:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • BellBlockEntityRenderer

      public BellBlockEntityRenderer(BlockEntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lffq;<init>(Lfft$a;)V
      intermediary <init> Lnet/minecraft/class_3880;<init>(Lnet/minecraft/class_5614$class_5615;)V
      named <init> Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Lffq;b()Leyn;
      intermediary method_32138 Lnet/minecraft/class_3880;method_32138()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • render

      public void render(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
      Specified by:
      render in interface BlockEntityRenderer<BellBlockEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lffq;a(Lcwj;FLeed;Lfdv;II)V
      intermediary method_17139 Lnet/minecraft/class_3880;method_17139(Lnet/minecraft/class_3721;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
      named render Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;render(Lnet/minecraft/block/entity/BellBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V