Class WitherSkullEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState>
net.minecraft.client.render.entity.WitherSkullEntityRenderer
@Environment(CLIENT)
public class WitherSkullEntityRenderer
extends EntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/WitherSkullEntityRendererintermediary net/minecraft/class_966official hre
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate final SkullEntityModelprivate static final IdentifierFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos) private Identifierstatic TexturedModelDatavoidrender(WitherSkullEntityRenderState witherSkullEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, class_12075 class_12075) voidupdateRenderState(WitherSkullEntity witherSkullEntity, WitherSkullEntityRenderState witherSkullEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
appendHitboxes, canBeCulled, getAndUpdateRenderState, getBoundingBox, getDisplayName, getLight, getPositionOffset, getShadowOpacity, getShadowRadius, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender, updateShadow
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector named INVULNERABLE_TEXTURELnet/minecraft/client/render/entity/WitherSkullEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4817Lnet/minecraft/class_966;field_4817:Lnet/minecraft/class_2960;official aLhre;a:Lamj;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/WitherSkullEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4815Lnet/minecraft/class_966;field_4815:Lnet/minecraft/class_2960;official fLhre;f:Lamj;
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;model:Lnet/minecraft/client/render/entity/model/SkullEntityModel;intermediary field_4816Lnet/minecraft/class_966;field_4816:Lnet/minecraft/class_607;official gLhre;g:Lgxi;
-
-
Constructor Details
-
WitherSkullEntityRenderer
- 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>Lhny;<init>(Lhnz$a;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32199Lnet/minecraft/class_966;method_32199()Lnet/minecraft/class_5607;official aLhre;a()Lgyv;
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState> - Mappings:
Namespace Name Mixin selector named getBlockLightLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/WitherSkullEntity;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_24094Lnet/minecraft/class_966;method_24094(Lnet/minecraft/class_1687;Lnet/minecraft/class_2338;)Iofficial aLhre;a(Lday;Lja;)I
-
render
public void render(WitherSkullEntityRenderState witherSkullEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, class_12075 class_12075) - Overrides:
renderin classEntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState> - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;render(Lnet/minecraft/client/render/entity/state/WitherSkullEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;Lnet/minecraft/class_12075;)Vintermediary method_4159Lnet/minecraft/class_966;method_4159(Lnet/minecraft/class_10084;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;Lnet/minecraft/class_12075;)Vofficial aLhre;a(Lhxc;Lfub;Lhgz;Libp;)V
-
getTexture
- Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/WitherSkullEntityRenderState;)Lnet/minecraft/util/Identifier;intermediary method_4160Lnet/minecraft/class_966;method_4160(Lnet/minecraft/class_10084;)Lnet/minecraft/class_2960;official aLhre;a(Lhxc;)Lamj;
-
createRenderState
- Specified by:
createRenderStatein classEntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState> - Mappings:
Namespace Name Mixin selector named createRenderStateLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/WitherSkullEntityRenderState;intermediary method_62580Lnet/minecraft/class_966;method_62580()Lnet/minecraft/class_10084;official bLhre;b()Lhxc;
-
updateRenderState
public void updateRenderState(WitherSkullEntity witherSkullEntity, WitherSkullEntityRenderState witherSkullEntityRenderState, float float2) - Overrides:
updateRenderStatein classEntityRenderer<WitherSkullEntity,WitherSkullEntityRenderState> - Mappings:
Namespace Name Mixin selector named updateRenderStateLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;updateRenderState(Lnet/minecraft/entity/projectile/WitherSkullEntity;Lnet/minecraft/client/render/entity/state/WitherSkullEntityRenderState;F)Vintermediary method_62579Lnet/minecraft/class_966;method_62579(Lnet/minecraft/class_1687;Lnet/minecraft/class_10084;F)Vofficial aLhre;a(Lday;Lhxc;F)V
-