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 fqe
intermediary net/minecraft/class_964
named net/minecraft/client/render/entity/WitherEntityRenderer
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.MobEntityRenderer
LEASH_PIECE_COUNT
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getBlockLight
(WitherEntity witherEntity, BlockPos blockPos) 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, shouldFlipUpsideDown
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lfqe;a:Ladd;
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
Lfqe;i:Ladd;
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>
Lfnd;<init>(Lfne$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
Lfqe;a(Lbut;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:
getTexture
in interfaceFeatureRendererContext<WitherEntity,
WitherEntityModel<WitherEntity>> - Specified by:
getTexture
in classEntityRenderer<WitherEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfqe;a(Lbut;)Ladd;
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
Lfqe;a(Lbut;Lehe;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
-