Class WolfArmorFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
net.minecraft.client.render.entity.feature.WolfArmorFeatureRenderer
@Environment(CLIENT)
public class WolfArmorFeatureRenderer
extends FeatureRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
- Mappings:
Namespace Name official glx
intermediary net/minecraft/class_9085
named net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<Cracks.CrackLevel, Identifier> private final WolfEntityModel
<WolfEntity> -
Constructor Summary
ConstructorsConstructorDescriptionWolfArmorFeatureRenderer
(FeatureRendererContext<WolfEntity, WolfEntityModel<WolfEntity>> context, EntityModelLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, float float2, float float3, float float4, float float5, float float6, float float7) private void
renderCracks
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack) private void
renderDyed
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, AnimalArmorItem item) Methods inherited from class net.minecraft.client.render.entity.feature.FeatureRenderer
getContextModel, getTexture, render, renderModel
-
Field Details
-
CRACK_TEXTURES
- Mappings:
Namespace Name Mixin selector official b
Lglx;b:Ljava/util/Map;
intermediary field_49582
Lnet/minecraft/class_9085;field_49582:Ljava/util/Map;
named CRACK_TEXTURES
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;CRACK_TEXTURES:Ljava/util/Map;
-
model
- Mappings:
Namespace Name Mixin selector official a
Lglx;a:Lfus;
intermediary field_47890
Lnet/minecraft/class_9085;field_47890:Lnet/minecraft/class_624;
named model
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/WolfEntityModel;
-
-
Constructor Details
-
WolfArmorFeatureRenderer
public WolfArmorFeatureRenderer(FeatureRendererContext<WolfEntity, WolfEntityModel<WolfEntity>> context, EntityModelLoader loader) - Mappings:
Namespace Name Mixin selector official <init>
Lglx;<init>(Lgis;Lfux;)V
intermediary <init>
Lnet/minecraft/class_9085;<init>(Lnet/minecraft/class_3883;Lnet/minecraft/class_5599;)V
named <init>
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;<init>(Lnet/minecraft/client/render/entity/feature/FeatureRendererContext;Lnet/minecraft/client/render/entity/model/EntityModelLoader;)V
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, float float2, float float3, float float4, float float5, float float6, float float7) - Specified by:
render
in classFeatureRenderer<WolfEntity,
WolfEntityModel<WolfEntity>> - Mappings:
Namespace Name Mixin selector official a
Lglx;a(Lexx;Lgbo;ILces;FFFFFF)V
intermediary method_55837
Lnet/minecraft/class_9085;method_55837(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1493;FFFFFF)V
named render
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/entity/passive/WolfEntity;FFFFFF)V
-
renderDyed
private void renderDyed(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, AnimalArmorItem item) - Mappings:
Namespace Name Mixin selector official a
Lglx;a(Lexx;Lgbo;ILcsz;Lcqn;)V
intermediary method_57820
Lnet/minecraft/class_9085;method_57820(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;Lnet/minecraft/class_4059;)V
named renderDyed
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;renderDyed(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/item/ItemStack;Lnet/minecraft/item/AnimalArmorItem;)V
-
renderCracks
private void renderCracks(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack) - Mappings:
Namespace Name Mixin selector official a
Lglx;a(Lexx;Lgbo;ILcsz;)V
intermediary method_57819
Lnet/minecraft/class_9085;method_57819(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;)V
named renderCracks
Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;renderCracks(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/item/ItemStack;)V
-