Class BeeEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
net.minecraft.client.render.entity.MobEntityRenderer<BeeEntity,BeeEntityModel<BeeEntity>>
net.minecraft.client.render.entity.BeeEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<BeeEntity,
BeeEntityModel<BeeEntity>>
@Environment(CLIENT)
public class BeeEntityRenderer
extends MobEntityRenderer<BeeEntity,BeeEntityModel<BeeEntity>>
- Mappings:
Namespace Name official fsc
intermediary net/minecraft/class_4505
named net/minecraft/client/render/entity/BeeEntityRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifier
private static final Identifier
static final class_8464.class_8465[]
private static final Identifier
private static final Identifier
Fields inherited from class net.minecraft.client.render.entity.MobEntityRenderer
LEASH_PIECE_COUNT
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, field_44413, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTexture
(BeeEntity beeEntity) static boolean
method_51037
(LunarWorldView lunarWorldView) void
render
(BeeEntity beeEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, method_51047, scale, setupTransforms, shouldFlipUpsideDown
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
-
Field Details
-
field_44407
- Mappings:
Namespace Name Mixin selector official a
Lfsc;a:[Lfvi$a;
intermediary field_44407
Lnet/minecraft/class_4505;field_44407:[Lnet/minecraft/class_8464$class_8465;
named field_44407
Lnet/minecraft/client/render/entity/BeeEntityRenderer;field_44407:[Lnet/minecraft/class_8464$class_8465;
-
ANGRY_TEXTURE
- Mappings:
Namespace Name Mixin selector official j
Lfsc;j:Lacy;
intermediary field_20524
Lnet/minecraft/class_4505;field_20524:Lnet/minecraft/class_2960;
named ANGRY_TEXTURE
Lnet/minecraft/client/render/entity/BeeEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
-
ANGRY_NECTAR_TEXTURE
- Mappings:
Namespace Name Mixin selector official k
Lfsc;k:Lacy;
intermediary field_20525
Lnet/minecraft/class_4505;field_20525:Lnet/minecraft/class_2960;
named ANGRY_NECTAR_TEXTURE
Lnet/minecraft/client/render/entity/BeeEntityRenderer;ANGRY_NECTAR_TEXTURE:Lnet/minecraft/util/Identifier;
-
PASSIVE_TEXTURE
- Mappings:
Namespace Name Mixin selector official l
Lfsc;l:Lacy;
intermediary field_20526
Lnet/minecraft/class_4505;field_20526:Lnet/minecraft/class_2960;
named PASSIVE_TEXTURE
Lnet/minecraft/client/render/entity/BeeEntityRenderer;PASSIVE_TEXTURE:Lnet/minecraft/util/Identifier;
-
NECTAR_TEXTURE
- Mappings:
Namespace Name Mixin selector official m
Lfsc;m:Lacy;
intermediary field_20527
Lnet/minecraft/class_4505;field_20527:Lnet/minecraft/class_2960;
named NECTAR_TEXTURE
Lnet/minecraft/client/render/entity/BeeEntityRenderer;NECTAR_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
BeeEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfsx;<init>(Lfsy$a;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
-
-
Method Details
-
method_51037
- Mappings:
Namespace Name Mixin selector official a
Lfsc;a(Lcqs;)Z
intermediary method_51037
Lnet/minecraft/class_4505;method_51037(Lnet/minecraft/class_5424;)Z
named method_51037
Lnet/minecraft/client/render/entity/BeeEntityRenderer;method_51037(Lnet/minecraft/world/LunarWorldView;)Z
-
render
public void render(BeeEntity beeEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
render
in classMobEntityRenderer<BeeEntity,
BeeEntityModel<BeeEntity>> - Mappings:
Namespace Name Mixin selector official a
Lfsc;a(Lbuu;FFLemi;Lfnz;I)V
intermediary method_51036
Lnet/minecraft/class_4505;method_51036(Lnet/minecraft/class_4466;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
named render
Lnet/minecraft/client/render/entity/BeeEntityRenderer;render(Lnet/minecraft/entity/passive/BeeEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<BeeEntity,
BeeEntityModel<BeeEntity>> - Specified by:
getTexture
in classEntityRenderer<BeeEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfsc;a(Lbuu;)Lacy;
intermediary method_22129
Lnet/minecraft/class_4505;method_22129(Lnet/minecraft/class_4466;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/BeeEntityRenderer;getTexture(Lnet/minecraft/entity/passive/BeeEntity;)Lnet/minecraft/util/Identifier;
-