Class WolfArmorFeatureRenderer


@Environment(CLIENT) public class WolfArmorFeatureRenderer extends FeatureRenderer<WolfEntityRenderState,WolfEntityModel>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer
intermediary net/minecraft/class_9085
official gws
  • Field Details

    • CRACK_TEXTURES

      private static final Map<Cracks.CrackLevel,Identifier> CRACK_TEXTURES
      Mappings:
      Namespace Name Mixin selector
      named CRACK_TEXTURES Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;CRACK_TEXTURES:Ljava/util/Map;
      intermediary field_49582 Lnet/minecraft/class_9085;field_49582:Ljava/util/Map;
      official d Lgws;d:Ljava/util/Map;
    • model

      private final WolfEntityModel model
      Mappings:
      Namespace Name Mixin selector
      named model Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;model:Lnet/minecraft/client/render/entity/model/WolfEntityModel;
      intermediary field_53235 Lnet/minecraft/class_9085;field_53235:Lnet/minecraft/class_624;
      official a Lgws;a:Lgec;
    • babyModel

      private final WolfEntityModel babyModel
      Mappings:
      Namespace Name Mixin selector
      named babyModel Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;babyModel:Lnet/minecraft/client/render/entity/model/WolfEntityModel;
      intermediary field_53236 Lnet/minecraft/class_9085;field_53236:Lnet/minecraft/class_624;
      official b Lgws;b:Lgec;
    • equipmentRenderer

      private final EquipmentRenderer equipmentRenderer
      Mappings:
      Namespace Name Mixin selector
      named equipmentRenderer Lnet/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer;equipmentRenderer:Lnet/minecraft/client/render/entity/equipment/EquipmentRenderer;
      intermediary field_54186 Lnet/minecraft/class_9085;field_54186:Lnet/minecraft/class_10197;
      official c Lgws;c:Lgvo;
  • Constructor Details

    • WolfArmorFeatureRenderer

      public WolfArmorFeatureRenderer(FeatureRendererContext<WolfEntityRenderState,WolfEntityModel> context, EntityModelLoader loader, EquipmentRenderer equipmentRenderer)
      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;Lnet/minecraft/client/render/entity/equipment/EquipmentRenderer;)V
      intermediary <init> Lnet/minecraft/class_9085;<init>(Lnet/minecraft/class_3883;Lnet/minecraft/class_5599;Lnet/minecraft/class_10197;)V
      official <init> Lgws;<init>(Lgtm;Lgej;Lgvo;)V
  • Method Details

    • render

      public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntityRenderState wolfEntityRenderState, float float2, float float3)
      Specified by:
      render in class FeatureRenderer<WolfEntityRenderState,WolfEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/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)V
      intermediary method_55837 Lnet/minecraft/class_9085;method_55837(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_10085;FF)V
      official a Lgws;a(Lfgr;Lglk;ILhai;FF)V
    • renderCracks

      private void renderCracks(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ItemStack stack, Model model)
      Mappings:
      Namespace Name Mixin selector
      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;Lnet/minecraft/client/model/Model;)V
      intermediary method_57819 Lnet/minecraft/class_9085;method_57819(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;Lnet/minecraft/class_3879;)V
      official a Lgws;a(Lfgr;Lglk;ILcxo;Lgcg;)V