Class WolfArmorFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<WolfEntityRenderState,WolfEntityModel>
net.minecraft.client.render.entity.feature.WolfArmorFeatureRenderer
@Environment(CLIENT)
public class WolfArmorFeatureRenderer
extends FeatureRenderer<WolfEntityRenderState,WolfEntityModel>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/feature/WolfArmorFeatureRendererintermediary net/minecraft/class_9085official gsp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WolfEntityModelprivate static final Map<Cracks.CrackLevel, Identifier> private final WolfEntityModel -
Constructor Summary
ConstructorsConstructorDescriptionWolfArmorFeatureRenderer(FeatureRendererContext<WolfEntityRenderState, WolfEntityModel> context, EntityModelLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntityRenderState wolfEntityRenderState, float float2, float float3) private voidrenderCracks(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, Model model) private voidrenderDyed(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, AnimalArmorItem item, Model model) Methods inherited from class net.minecraft.client.render.entity.feature.FeatureRenderer
getContextModel, render, renderModel
-
Field Details
-
CRACK_TEXTURES
- Mappings:
Namespace Name Mixin selector named CRACK_TEXTURESLnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;CRACK_TEXTURES:Ljava/util/Map;intermediary field_49582Lnet/minecraft/class_9085;field_49582:Ljava/util/Map;official cLgsp;c:Ljava/util/Map;
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/WolfEntityModel;intermediary field_53235Lnet/minecraft/class_9085;field_53235:Lnet/minecraft/class_624;official aLgsp;a:Lgaf;
-
babyModel
- Mappings:
Namespace Name Mixin selector named babyModelLnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;babyModel:Lnet/minecraft/client/render/entity/model/WolfEntityModel;intermediary field_53236Lnet/minecraft/class_9085;field_53236:Lnet/minecraft/class_624;official bLgsp;b:Lgaf;
-
-
Constructor Details
-
WolfArmorFeatureRenderer
public WolfArmorFeatureRenderer(FeatureRendererContext<WolfEntityRenderState, WolfEntityModel> context, EntityModelLoader loader) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;<init>(Lnet/minecraft/client/render/entity/feature/FeatureRendererContext;Lnet/minecraft/client/render/entity/model/EntityModelLoader;)Vintermediary <init>Lnet/minecraft/class_9085;<init>(Lnet/minecraft/class_3883;Lnet/minecraft/class_5599;)Vofficial <init>Lgsp;<init>(Lgpk;Lgam;)V
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntityRenderState wolfEntityRenderState, float float2, float float3) - Specified by:
renderin classFeatureRenderer<WolfEntityRenderState,WolfEntityModel> - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/render/entity/state/WolfEntityRenderState;FF)Vintermediary method_55837Lnet/minecraft/class_9085;method_55837(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_10085;FF)Vofficial aLgsp;a(Lfdi;Lghl;ILgwe;FF)V
-
renderDyed
private void renderDyed(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, AnimalArmorItem item, Model model) - Mappings:
Namespace Name Mixin selector named renderDyedLnet/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;Lnet/minecraft/client/model/Model;)Vintermediary method_57820Lnet/minecraft/class_9085;method_57820(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;Lnet/minecraft/class_4059;Lnet/minecraft/class_3879;)Vofficial aLgsp;a(Lfdi;Lghl;ILcvs;Lctk;Lfyj;)V
-
renderCracks
private void renderCracks(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, Model model) - Mappings:
Namespace Name Mixin selector named renderCracksLnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;renderCracks(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/item/ItemStack;Lnet/minecraft/client/model/Model;)Vintermediary method_57819Lnet/minecraft/class_9085;method_57819(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;Lnet/minecraft/class_3879;)Vofficial aLgsp;a(Lfdi;Lghl;ILcvs;Lfyj;)V
-