Class WitherEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T,M>
net.minecraft.client.render.entity.MobEntityRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
net.minecraft.client.render.entity.WitherEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>>
@Environment(CLIENT) public class WitherEntityRenderer extends MobEntityRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
- Mappings:
Namespace Name official epc
intermediary net/minecraft/class_964
named net/minecraft/client/render/entity/WitherEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
INVULNERABLE_TEXTURE
private static Identifier
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 WitherEntityRenderer(EntityRendererFactory.Context ctx)
-
Method Summary
Modifier and Type Method Description protected int
getBlockLight(WitherEntity witherEntity, BlockPos blockPos)
Identifier
getTexture(WitherEntity witherEntity)
protected void
scale(WitherEntity witherEntity, MatrixStack matrixStack, float float2)
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, setupTransforms
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getFontRenderer, getLight, getPositionOffset, getSkyLight, renderLabelIfPresent
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lepc;a:Lwb;
intermediary field_4812
Lnet/minecraft/class_964;field_4812:Lnet/minecraft/class_2960;
named INVULNERABLE_TEXTURE
Lnet/minecraft/client/render/entity/WitherEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official g
Lepc;g:Lwb;
intermediary field_4813
Lnet/minecraft/class_964;field_4813:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/render/entity/WitherEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
WitherEntityRenderer
- 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
-
getBlockLight
- Overrides:
getBlockLight
in classEntityRenderer<WitherEntity>
- Mappings:
Namespace Name Mixin selector official a
Lepc;a(Lbea;Lfx;)I
intermediary method_24093
Lnet/minecraft/class_964;method_24093(Lnet/minecraft/class_1528;Lnet/minecraft/class_2338;)I
named getBlockLight
Lnet/minecraft/client/render/entity/WitherEntityRenderer;getBlockLight(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/util/math/BlockPos;)I
-
getTexture
- Specified by:
getTexture
in interfaceFeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>>
- Specified by:
getTexture
in classEntityRenderer<WitherEntity>
- Mappings:
Namespace Name Mixin selector official a
Lepc;a(Lbea;)Lwb;
intermediary method_4153
Lnet/minecraft/class_964;method_4153(Lnet/minecraft/class_1528;)Lnet/minecraft/class_2960;
named getTexture
Lnet/minecraft/client/render/entity/WitherEntityRenderer;getTexture(Lnet/minecraft/entity/boss/WitherEntity;)Lnet/minecraft/util/Identifier;
-
scale
- Overrides:
scale
in classLivingEntityRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
- Mappings:
Namespace Name Mixin selector official a
Lepc;a(Lbea;Ldlr;F)V
intermediary method_4152
Lnet/minecraft/class_964;method_4152(Lnet/minecraft/class_1528;Lnet/minecraft/class_4587;F)V
named scale
Lnet/minecraft/client/render/entity/WitherEntityRenderer;scale(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V
-