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/WitherEntityRenderer
intermediary net/minecraft/class_964
official gur
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, itemRenderer, model
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, field_52257, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getBlockLight
(WitherEntity witherEntity, BlockPos blockPos) getTexture
(WitherEntityRenderState witherEntityRenderState) protected void
scale
(WitherEntityRenderState witherEntityRenderState, MatrixStack matrixStack) void
updateRenderState
(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabel
Methods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getBoundingBox, getMixColor, getModel, getOverlay, getRenderLayer, isShaking, isVisible, method_3919, render, setupTransforms, shouldFlipUpsideDown, shouldRenderFeatures
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
canBeCulled, getAndUpdateRenderState, getDisplayName, getLight, getPositionOffset, getSkyLight, getTextRenderer, renderLabelIfPresent, shouldRender
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector named INVULNERABLE_TEXTURE
Lnet/minecraft/client/render/entity/WitherEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4812
Lnet/minecraft/class_964;field_4812:Lnet/minecraft/class_2960;
official a
Lgur;a:Lalz;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/render/entity/WitherEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4813
Lnet/minecraft/class_964;field_4813:Lnet/minecraft/class_2960;
official b
Lgur;b:Lalz;
-
-
Constructor Details
-
WitherEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
official <init>
Lgro;<init>(Lgrp$a;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLight
in classEntityRenderer<WitherEntity,
WitherEntityRenderState> - Mappings:
Namespace Name Mixin selector named getBlockLight
Lnet/minecraft/client/render/entity/WitherEntityRenderer;getBlockLight(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_24093
Lnet/minecraft/class_964;method_24093(Lnet/minecraft/class_1528;Lnet/minecraft/class_2338;)I
official a
Lgur;a(Lcln;Ljh;)I
-
getTexture
- Specified by:
getTexture
in classLivingEntityRenderer<WitherEntity,
WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named getTexture
Lnet/minecraft/client/render/entity/WitherEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;)Lnet/minecraft/util/Identifier;
intermediary method_4153
Lnet/minecraft/class_964;method_4153(Lnet/minecraft/class_10083;)Lnet/minecraft/class_2960;
official a
Lgur;a(Lhag;)Lalz;
-
createRenderState
- Specified by:
createRenderState
in classEntityRenderer<WitherEntity,
WitherEntityRenderState> - Mappings:
Namespace Name Mixin selector named createRenderState
Lnet/minecraft/client/render/entity/WitherEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;
intermediary method_62577
Lnet/minecraft/class_964;method_62577()Lnet/minecraft/class_10083;
official b
Lgur;b()Lhag;
-
scale
- Overrides:
scale
in classLivingEntityRenderer<WitherEntity,
WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named scale
Lnet/minecraft/client/render/entity/WitherEntityRenderer;scale(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;)V
intermediary method_4152
Lnet/minecraft/class_964;method_4152(Lnet/minecraft/class_10083;Lnet/minecraft/class_4587;)V
official a
Lgur;a(Lhag;Lfgr;)V
-
updateRenderState
public void updateRenderState(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2) - Overrides:
updateRenderState
in classLivingEntityRenderer<WitherEntity,
WitherEntityRenderState, WitherEntityModel> - Mappings:
Namespace Name Mixin selector named updateRenderState
Lnet/minecraft/client/render/entity/WitherEntityRenderer;updateRenderState(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;F)V
intermediary method_62576
Lnet/minecraft/class_964;method_62576(Lnet/minecraft/class_1528;Lnet/minecraft/class_10083;F)V
official a
Lgur;a(Lcln;Lhag;F)V
-