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 - fhj- intermediary - net/minecraft/class_964- named - net/minecraft/client/render/entity/WitherEntityRenderer
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.render.entity.MobEntityRendererLEASH_PIECE_COUNTFields inherited from class net.minecraft.client.render.entity.LivingEntityRendererfeatures, modelFields inherited from class net.minecraft.client.render.entity.EntityRendererdispatcher, field_32921, shadowOpacity, shadowRadius
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected intgetBlockLight(WitherEntity witherEntity, BlockPos blockPos) getTexture(WitherEntity witherEntity) protected voidscale(WitherEntity witherEntity, MatrixStack matrixStack, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRendererhasLabel, render, shouldRenderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRendereraddFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, setupTransforms, shouldFlipUpsideDownMethods inherited from class net.minecraft.client.render.entity.EntityRenderergetLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
- 
Field Details- 
INVULNERABLE_TEXTURE- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfhj;a:Labb;- 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 - i- Lfhj;i:Labb;- 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>- Lfek;<init>(Lfel$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:
- getBlockLightin class- EntityRenderer<WitherEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfhj;a(Lbqj;Lgt;)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:
- getTexturein interface- FeatureRendererContext<WitherEntity,- WitherEntityModel<WitherEntity>> 
- Specified by:
- getTexturein class- EntityRenderer<WitherEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfhj;a(Lbqj;)Labb;- 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:
- scalein class- LivingEntityRenderer<WitherEntity,- WitherEntityModel<WitherEntity>> 
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfhj;a(Lbqj;Leaq;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
 
 
-