Class ArrowEntityRenderer


@Environment(CLIENT)
public class ArrowEntityRenderer
extends ProjectileEntityRenderer<ArrowEntity>
Mappings:
Namespace Name
official eor
intermediary net/minecraft/class_954
named net/minecraft/client/render/entity/ArrowEntityRenderer
  • Field Details

    • TEXTURE

      public static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Leor;a:Lwb;
      intermediary field_4795 Lnet/minecraft/class_954;field_4795:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/ArrowEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • TIPPED_TEXTURE

      public static final Identifier TIPPED_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official e Leor;e:Lwb;
      intermediary field_4794 Lnet/minecraft/class_954;field_4794:Lnet/minecraft/class_2960;
      named TIPPED_TEXTURE Lnet/minecraft/client/render/entity/ArrowEntityRenderer;TIPPED_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ArrowEntityRenderer

      public ArrowEntityRenderer​(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lemi;<init>(Lemj$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

    • getTexture

      public Identifier getTexture​(ArrowEntity arrowEntity)
      Specified by:
      getTexture in class EntityRenderer<ArrowEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Leor;a(Lbhr;)Lwb;
      intermediary method_4130 Lnet/minecraft/class_954;method_4130(Lnet/minecraft/class_1667;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/ArrowEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/ArrowEntity;)Lnet/minecraft/util/Identifier;