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 named net/minecraft/client/render/block/entity/BellBlockEntityRendererintermediary net/minecraft/class_3880official hde
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpriteIdentifierprivate final BellBlockModelprivate final SpriteHolderprivate final BellBlockModel.class_11649 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) 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 named BELL_BODY_TEXTURELnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;BELL_BODY_TEXTURE:Lnet/minecraft/client/util/SpriteIdentifier;intermediary field_17145Lnet/minecraft/class_3880;field_17145:Lnet/minecraft/class_4730;official aLhde;a:Lhxs;
-
field_61781
- Mappings:
Namespace Name Mixin selector named field_61781Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;field_61781:Lnet/minecraft/client/texture/SpriteHolder;intermediary field_61781Lnet/minecraft/class_3880;field_61781:Lnet/minecraft/class_11701;official bLhde;b:Lhxt;
-
bellBody
- Mappings:
Namespace Name Mixin selector named bellBodyLnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;bellBody:Lnet/minecraft/client/render/block/entity/model/BellBlockModel;intermediary field_20816Lnet/minecraft/class_3880;field_20816:Lnet/minecraft/class_9943;official cLhde;c:Lgpj;
-
field_61782
- Mappings:
Namespace Name Mixin selector named field_61782Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;field_61782:Lnet/minecraft/client/render/block/entity/model/BellBlockModel$class_11649;intermediary field_61782Lnet/minecraft/class_3880;field_61782:Lnet/minecraft/class_9943$class_11649;official dLhde;d:Lgpj$a;
-
-
Constructor Details
-
BellBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_3880;<init>(Lnet/minecraft/class_5614$class_5615;)Vofficial <init>Lhde;<init>(Lhdh$a;)V
-
-
Method Details
-
render
public void render(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) - Specified by:
renderin interfaceBlockEntityRenderer<BellBlockEntity>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/block/entity/BellBlockEntityRenderer;render(Lnet/minecraft/block/entity/BellBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/util/math/Vec3d;)Vintermediary method_17139Lnet/minecraft/class_3880;method_17139(Lnet/minecraft/class_3721;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_243;)Vofficial aLhde;a(Lecj;FLfpu;Lhap;IILfki;)V
-