Class WitherEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<WitherEntity,WitherEntityRenderState>
net.minecraft.client.render.entity.LivingEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
net.minecraft.client.render.entity.MobEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
net.minecraft.client.render.entity.WitherEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<WitherEntityRenderState,WitherEntityModel>
@Environment(CLIENT)
public class WitherEntityRenderer
extends MobEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/WitherEntityRendererintermediary net/minecraft/class_964official hul
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, itemModelResolver, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLight(WitherEntity witherEntity, BlockPos blockPos) getTexture(WitherEntityRenderState witherEntityRenderState) protected voidscale(WitherEntityRenderState witherEntityRenderState, MatrixStack matrixStack) voidupdateRenderState(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabel, nameEqualsMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getBoundingBox, getLyingPositionRotationDegrees, getMixColor, getModel, getOverlay, getRenderLayer, isShaking, isVisible, render, setupTransforms, shouldFlipUpsideDown, shouldFlipUpsideDown, shouldRenderFeaturesMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
canBeCulled, getAndUpdateRenderState, getDisplayName, getLight, getPositionOffset, getShadowOpacity, getSkyLight, getTextRenderer, renderLabelIfPresent, shouldRender, updateShadow
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector named INVULNERABLE_TEXTURELnet/minecraft/client/render/entity/WitherEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4812Lnet/minecraft/class_964;field_4812:Lnet/minecraft/class_2960;official aLhul;a:Lamy;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/WitherEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4813Lnet/minecraft/class_964;field_4813:Lnet/minecraft/class_2960;official iLhul;i:Lamy;
-
-
Constructor Details
-
WitherEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vofficial <init>Lhrg;<init>(Lhrh$a;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<WitherEntity,WitherEntityRenderState> - Mappings:
Namespace Name Mixin selector named getBlockLightLnet/minecraft/client/render/entity/WitherEntityRenderer;getBlockLight(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_24093Lnet/minecraft/class_964;method_24093(Lnet/minecraft/class_1528;Lnet/minecraft/class_2338;)Iofficial aLhul;a(Lcxt;Liz;)I
-
getTexture
- Specified by:
getTexturein classLivingEntityRenderer<WitherEntity,WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/WitherEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;)Lnet/minecraft/util/Identifier;intermediary method_4153Lnet/minecraft/class_964;method_4153(Lnet/minecraft/class_10083;)Lnet/minecraft/class_2960;official aLhul;a(Liak;)Lamy;
-
createRenderState
- Specified by:
createRenderStatein classEntityRenderer<WitherEntity,WitherEntityRenderState> - Mappings:
Namespace Name Mixin selector named createRenderStateLnet/minecraft/client/render/entity/WitherEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;intermediary method_62577Lnet/minecraft/class_964;method_62577()Lnet/minecraft/class_10083;official bLhul;b()Liak;
-
scale
- Overrides:
scalein classLivingEntityRenderer<WitherEntity,WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named scaleLnet/minecraft/client/render/entity/WitherEntityRenderer;scale(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_4152Lnet/minecraft/class_964;method_4152(Lnet/minecraft/class_10083;Lnet/minecraft/class_4587;)Vofficial aLhul;a(Liak;Lfwz;)V
-
updateRenderState
public void updateRenderState(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2) - Overrides:
updateRenderStatein classLivingEntityRenderer<WitherEntity,WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named updateRenderStateLnet/minecraft/client/render/entity/WitherEntityRenderer;updateRenderState(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;F)Vintermediary method_62576Lnet/minecraft/class_964;method_62576(Lnet/minecraft/class_1528;Lnet/minecraft/class_10083;F)Vofficial aLhul;a(Lcxt;Liak;F)V
-