Class FlyingItemEntityRenderer

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

@Environment(CLIENT) public class FlyingItemEntityRenderer extends EntityRenderer
Mappings:
Namespace Name
official crp
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 Lcrp;a:Lalq;
      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 e Lcrp;e:Lcqh;
      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> Lcrp;<init>(Lcpt;Lalq;Lcqh;)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(Entity entity, double x, double y, double z, float float2, float tickDelta)
      Overrides:
      render in class EntityRenderer
      Mappings:
      Namespace Name Mixin selector
      official a Lcpu;a(Lwv;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(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official d Lcrp;d(Lwv;)Lamj;
      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
      Mappings:
      Namespace Name Mixin selector
      official a Lcpu;a(Lwv;)Loa;
      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;