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 elp
intermediary net/minecraft/class_4505
named net/minecraft/client/render/entity/BeeEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
ANGRY_NECTAR_TEXTURE
private static Identifier
ANGRY_TEXTURE
private static Identifier
NECTAR_TEXTURE
private static Identifier
PASSIVE_TEXTURE
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius
-
Constructor Summary
Constructors Constructor Description BeeEntityRenderer(EntityRendererFactory.Context ctx)
-
Method Summary
Modifier and Type Method Description Identifier
getTexture(BeeEntity beeEntity)
Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, render, shouldRender
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, scale, setupTransforms
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
ANGRY_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lelp;a:Lwb;
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 g
Lelp;g:Lwb;
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 h
Lelp;h:Lwb;
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 i
Lelp;i:Lwb;
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>
Lemi;<init>(Lemj$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
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<BeeEntity,BeeEntityModel<BeeEntity>>
- Specified by:
getTexture
in classEntityRenderer<BeeEntity>
- Mappings:
Namespace Name Mixin selector official a
Lelp;a(Lbbk;)Lwb;
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;
-