Class FlyingItemEntityRenderer<T extends Entity>

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.FlyingItemEntityRenderer<T>
Direct Known Subclasses:
FlyingPotionEntityRenderer

@Environment(CLIENT) public class FlyingItemEntityRenderer<T extends Entity> extends EntityRenderer<T>
Mappings:
Namespace Name
official caz
intermediary net/minecraft/class_561
named net/minecraft/client/render/entity/FlyingItemEntityRenderer
  • Field Details

    • item

      protected final Item item
      Mappings:
      Namespace Name Mixin selector
      official a Lcaz;a:Lain;
      intermediary field_11137 Lnet/minecraft/class_561;field_11137:Lnet/minecraft/class_1069;
      named item Lnet/minecraft/client/render/entity/FlyingItemEntityRenderer;item:Lnet/minecraft/item/Item;
    • itemRenderer

      private final ItemRenderer itemRenderer
      Mappings:
      Namespace Name Mixin selector
      official f Lcaz;f:Lbzw;
      intermediary field_11138 Lnet/minecraft/class_561;field_11138:Lnet/minecraft/class_560;
      named itemRenderer Lnet/minecraft/client/render/entity/FlyingItemEntityRenderer;itemRenderer:Lnet/minecraft/client/render/item/ItemRenderer;
  • Constructor Details

    • FlyingItemEntityRenderer

      public FlyingItemEntityRenderer(EntityRenderDispatcher dispatcher, Item item, ItemRenderer itemRenderer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcaz;<init>(Lbzf;Lain;Lbzw;)V
      intermediary <init> Lnet/minecraft/class_561;<init>(Lnet/minecraft/class_550;Lnet/minecraft/class_1069;Lnet/minecraft/class_560;)V
      named <init> Lnet/minecraft/client/render/entity/FlyingItemEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/item/Item;Lnet/minecraft/client/render/item/ItemRenderer;)V
  • Method Details

    • render

      public void render(T entity, double x, double y, double z, float float2, float tickDelta)
      Overrides:
      render in class EntityRenderer<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbzg;a(Lvg;DDDFF)V
      intermediary method_1532 Lnet/minecraft/class_551;method_1532(Lnet/minecraft/class_864;DDDFF)V
      named render Lnet/minecraft/client/render/entity/EntityRenderer;render(Lnet/minecraft/entity/Entity;DDDFF)V
    • createStack

      public ItemStack createStack(T entity)
      Mappings:
      Namespace Name Mixin selector
      official e Lcaz;e(Lvg;)Laip;
      intermediary method_10270 Lnet/minecraft/class_561;method_10270(Lnet/minecraft/class_864;)Lnet/minecraft/class_1071;
      named createStack Lnet/minecraft/client/render/entity/FlyingItemEntityRenderer;createStack(Lnet/minecraft/entity/Entity;)Lnet/minecraft/item/ItemStack;
    • getTexture

      protected Identifier getTexture(Entity entity)
      Specified by:
      getTexture in class EntityRenderer<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbzg;a(Lvg;)Lnf;
      intermediary method_5745 Lnet/minecraft/class_551;method_5745(Lnet/minecraft/class_864;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/EntityRenderer;getTexture(Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/Identifier;