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 intermediary net/minecraft/class_3880official flhnamed net/minecraft/client/render/block/entity/BellBlockEntityRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringstatic final SpriteIdentifierprivate final ModelPart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelDatavoidrender(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.block.entity.BlockEntityRenderer
getRenderDistance, isInRenderDistance, rendersOutsideBoundingBox
-
Field Details
-
BELL_BODY_TEXTURE
- Mappings:
Namespace Name Mixin selector intermediary field_17145Lnet/minecraft/class_3880;field_17145:Lnet/minecraft/class_4730;official aLflh;a:Lfwj;named BELL_BODY_TEXTURELnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;BELL_BODY_TEXTURE:Lnet/minecraft/client/util/SpriteIdentifier;
-
BELL_BODY
- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_32823Lnet/minecraft/class_3880;field_32823:Ljava/lang/String;official bLflh;b:Ljava/lang/String;named BELL_BODYLnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;BELL_BODY:Ljava/lang/String;
-
bellBody
- Mappings:
Namespace Name Mixin selector intermediary field_20816Lnet/minecraft/class_3880;field_20816:Lnet/minecraft/class_630;official cLflh;c:Lfdt;named bellBodyLnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;bellBody:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
BellBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3880;<init>(Lnet/minecraft/class_5614$class_5615;)Vofficial <init>Lflh;<init>(Lflk$a;)Vnamed <init>Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector intermediary method_32138Lnet/minecraft/class_3880;method_32138()Lnet/minecraft/class_5607;official bLflh;b()Lfdz;named getTexturedModelDataLnet/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:
renderin interfaceBlockEntityRenderer<BellBlockEntity>- Mappings:
Namespace Name Mixin selector intermediary method_17139Lnet/minecraft/class_3880;method_17139(Lnet/minecraft/class_3721;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)Vofficial aLflh;a(Lczi;FLeib;Lfjm;II)Vnamed renderLnet/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
-