Class LeashKnotEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<LeashKnotEntity>
net.minecraft.client.render.entity.LeashKnotEntityRenderer

@Environment(CLIENT) public class LeashKnotEntityRenderer extends EntityRenderer<LeashKnotEntity>
Mappings:
Namespace Name
official fjp
intermediary net/minecraft/class_920
named net/minecraft/client/render/entity/LeashKnotEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfjp;a:Lacf;
      intermediary field_4734 Lnet/minecraft/class_920;field_4734:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/LeashKnotEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • model

      private final LeashKnotEntityModel<LeashKnotEntity> model
      Mappings:
      Namespace Name Mixin selector
      official f Lfjp;f:Lewa;
      intermediary field_4735 Lnet/minecraft/class_920;field_4735:Lnet/minecraft/class_579;
      named model Lnet/minecraft/client/render/entity/LeashKnotEntityRenderer;model:Lnet/minecraft/client/render/entity/model/LeashKnotEntityModel;
  • Constructor Details

    • LeashKnotEntityRenderer

      public LeashKnotEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfip;<init>(Lfiq$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • render

      public void render(LeashKnotEntity leashKnotEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class EntityRenderer<LeashKnotEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfjp;a(Lbtc;FFLeed;Lfdv;I)V
      intermediary method_4035 Lnet/minecraft/class_920;method_4035(Lnet/minecraft/class_1532;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/LeashKnotEntityRenderer;render(Lnet/minecraft/entity/decoration/LeashKnotEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(LeashKnotEntity leashKnotEntity)
      Specified by:
      getTexture in class EntityRenderer<LeashKnotEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfjp;a(Lbtc;)Lacf;
      intermediary method_4036 Lnet/minecraft/class_920;method_4036(Lnet/minecraft/class_1532;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/LeashKnotEntityRenderer;getTexture(Lnet/minecraft/entity/decoration/LeashKnotEntity;)Lnet/minecraft/util/Identifier;