Class ItemRenderer

java.lang.Object
net.minecraft.client.render.item.ItemRenderer
All Implemented Interfaces:
ResourceReloader, SynchronousResourceReloader

@Environment(CLIENT) public class ItemRenderer extends Object implements SynchronousResourceReloader
Mappings:
Namespace Name
named net/minecraft/client/render/item/ItemRenderer
intermediary net/minecraft/class_918
official gox
  • Field Details

    • ENTITY_ENCHANTMENT_GLINT

      public static final Identifier ENTITY_ENCHANTMENT_GLINT
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_ENCHANTMENT_GLINT Lnet/minecraft/client/render/item/ItemRenderer;ENTITY_ENCHANTMENT_GLINT:Lnet/minecraft/util/Identifier;
      intermediary field_43086 Lnet/minecraft/class_918;field_43086:Lnet/minecraft/class_2960;
      official a Lgox;a:Lalh;
    • ITEM_ENCHANTMENT_GLINT

      public static final Identifier ITEM_ENCHANTMENT_GLINT
      Mappings:
      Namespace Name Mixin selector
      named ITEM_ENCHANTMENT_GLINT Lnet/minecraft/client/render/item/ItemRenderer;ITEM_ENCHANTMENT_GLINT:Lnet/minecraft/util/Identifier;
      intermediary field_43087 Lnet/minecraft/class_918;field_43087:Lnet/minecraft/class_2960;
      official b Lgox;b:Lalh;
    • field_32937

      public static final int field_32937
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_32937 Lnet/minecraft/client/render/item/ItemRenderer;field_32937:I
      intermediary field_32937 Lnet/minecraft/class_918;field_32937:I
      official c Lgox;c:I
    • field_32938

      public static final int field_32938
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_32938 Lnet/minecraft/client/render/item/ItemRenderer;field_32938:I
      intermediary field_32938 Lnet/minecraft/class_918;field_32938:I
      official d Lgox;d:I
    • field_32934

      public static final int field_32934
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_32934 Lnet/minecraft/client/render/item/ItemRenderer;field_32934:I
      intermediary field_32934 Lnet/minecraft/class_918;field_32934:I
      official e Lgox;e:I
    • COMPASS_WITH_GLINT_GUI_MODEL_MULTIPLIER

      public static final float COMPASS_WITH_GLINT_GUI_MODEL_MULTIPLIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named COMPASS_WITH_GLINT_GUI_MODEL_MULTIPLIER Lnet/minecraft/client/render/item/ItemRenderer;COMPASS_WITH_GLINT_GUI_MODEL_MULTIPLIER:F
      intermediary field_32935 Lnet/minecraft/class_918;field_32935:F
      official f Lgox;f:F
    • COMPASS_WITH_GLINT_FIRST_PERSON_MODEL_MULTIPLIER

      public static final float COMPASS_WITH_GLINT_FIRST_PERSON_MODEL_MULTIPLIER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named COMPASS_WITH_GLINT_FIRST_PERSON_MODEL_MULTIPLIER Lnet/minecraft/client/render/item/ItemRenderer;COMPASS_WITH_GLINT_FIRST_PERSON_MODEL_MULTIPLIER:F
      intermediary field_32936 Lnet/minecraft/class_918;field_32936:F
      official g Lgox;g:F
    • field_41120

      public static final float field_41120
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_41120 Lnet/minecraft/client/render/item/ItemRenderer;field_41120:F
      intermediary field_41120 Lnet/minecraft/class_918;field_41120:F
      official h Lgox;h:F
    • TRIDENT

      public static final ModelIdentifier TRIDENT
      Mappings:
      Namespace Name Mixin selector
      named TRIDENT Lnet/minecraft/client/render/item/ItemRenderer;TRIDENT:Lnet/minecraft/client/util/ModelIdentifier;
      intermediary field_40532 Lnet/minecraft/class_918;field_40532:Lnet/minecraft/class_1091;
      official i Lgox;i:Lhai;
    • SPYGLASS

      public static final ModelIdentifier SPYGLASS
      Mappings:
      Namespace Name Mixin selector
      named SPYGLASS Lnet/minecraft/client/render/item/ItemRenderer;SPYGLASS:Lnet/minecraft/client/util/ModelIdentifier;
      intermediary field_40533 Lnet/minecraft/class_918;field_40533:Lnet/minecraft/class_1091;
      official j Lgox;j:Lhai;
    • field_54176

      private final BakedModelManager field_54176
      Mappings:
      Namespace Name Mixin selector
      named field_54176 Lnet/minecraft/client/render/item/ItemRenderer;field_54176:Lnet/minecraft/client/render/model/BakedModelManager;
      intermediary field_54176 Lnet/minecraft/class_918;field_54176:Lnet/minecraft/class_1092;
      official k Lgox;k:Lhah;
    • models

      private final ItemModels models
      Mappings:
      Namespace Name Mixin selector
      named models Lnet/minecraft/client/render/item/ItemRenderer;models:Lnet/minecraft/client/render/item/ItemModels;
      intermediary field_4732 Lnet/minecraft/class_918;field_4732:Lnet/minecraft/class_763;
      official l Lgox;l:Lghq;
    • colors

      private final ItemColors colors
      Mappings:
      Namespace Name Mixin selector
      named colors Lnet/minecraft/client/render/item/ItemRenderer;colors:Lnet/minecraft/client/color/item/ItemColors;
      intermediary field_4733 Lnet/minecraft/class_918;field_4733:Lnet/minecraft/class_325;
      official m Lgox;m:Lfkg;
    • builtinModelItemRenderer

      private final BuiltinModelItemRenderer builtinModelItemRenderer
      Mappings:
      Namespace Name Mixin selector
      named builtinModelItemRenderer Lnet/minecraft/client/render/item/ItemRenderer;builtinModelItemRenderer:Lnet/minecraft/client/render/item/BuiltinModelItemRenderer;
      intermediary field_27770 Lnet/minecraft/class_918;field_27770:Lnet/minecraft/class_756;
      official n Lgox;n:Lghd;
  • Constructor Details

  • Method Details

    • renderBakedItemModel

      private void renderBakedItemModel(BakedModel model, ItemStack stack, int light, int overlay, MatrixStack matrices, VertexConsumer vertices)
      Mappings:
      Namespace Name Mixin selector
      named renderBakedItemModel Lnet/minecraft/client/render/item/ItemRenderer;renderBakedItemModel(Lnet/minecraft/client/render/model/BakedModel;Lnet/minecraft/item/ItemStack;IILnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;)V
      intermediary method_23182 Lnet/minecraft/class_918;method_23182(Lnet/minecraft/class_1087;Lnet/minecraft/class_1799;IILnet/minecraft/class_4587;Lnet/minecraft/class_4588;)V
      official a Lgox;a(Lgzu;Lcvx;IILfdt;Lfdx;)V
    • renderItem

      public void renderItem(ItemStack stack, ModelTransformationMode transformationMode, boolean leftHanded, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, BakedModel bakedModel)
      Mappings:
      Namespace Name Mixin selector
      named renderItem Lnet/minecraft/client/render/item/ItemRenderer;renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;)V
      intermediary method_23179 Lnet/minecraft/class_918;method_23179(Lnet/minecraft/class_1799;Lnet/minecraft/class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_1087;)V
      official a Lgox;a(Lcvx;Lcvv;ZLfdt;Lghw;IILgzu;)V
    • renderBundle

      private void renderBundle(BundleItem bundleItem, ItemStack itemStack, ModelTransformationMode modelTransformationMode, boolean bool, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      named renderBundle Lnet/minecraft/client/render/item/ItemRenderer;renderBundle(Lnet/minecraft/item/BundleItem;Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)V
      intermediary method_62477 Lnet/minecraft/class_918;method_62477(Lnet/minecraft/class_5537;Lnet/minecraft/class_1799;Lnet/minecraft/class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)V
      official a Lgox;a(Lcuj;Lcvx;Lcvv;ZLfdt;Lghw;IIZ)V
    • method_64073

      private void method_64073(ItemStack itemStack, ModelTransformationMode modelTransformationMode, boolean bool, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, BakedModel bakedModel, boolean bool2)
      Mappings:
      Namespace Name Mixin selector
      named method_64073 Lnet/minecraft/client/render/item/ItemRenderer;method_64073(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Z)V
      intermediary method_64073 Lnet/minecraft/class_918;method_64073(Lnet/minecraft/class_1799;Lnet/minecraft/class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_1087;Z)V
      official a Lgox;a(Lcvx;Lcvv;ZLfdt;Lghw;IILgzu;Z)V
    • method_64074

      private void method_64074(ItemStack itemStack, ModelTransformationMode modelTransformationMode, boolean bool, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, BakedModel bakedModel, boolean bool2, float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_64074 Lnet/minecraft/client/render/item/ItemRenderer;method_64074(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;ZF)V
      intermediary method_64074 Lnet/minecraft/class_918;method_64074(Lnet/minecraft/class_1799;Lnet/minecraft/class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_1087;ZF)V
      official a Lgox;a(Lcvx;Lcvv;ZLfdt;Lghw;IILgzu;ZF)V
    • method_62476

      private void method_62476(ItemStack itemStack, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, BakedModel bakedModel, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_62476 Lnet/minecraft/client/render/item/ItemRenderer;method_62476(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Z)V
      intermediary method_62476 Lnet/minecraft/class_918;method_62476(Lnet/minecraft/class_1799;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_1087;Z)V
      official a Lgox;a(Lcvx;Lcvv;Lfdt;Lghw;IILgzu;Z)V
    • usesDynamicDisplay

      private static boolean usesDynamicDisplay(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named usesDynamicDisplay Lnet/minecraft/client/render/item/ItemRenderer;usesDynamicDisplay(Lnet/minecraft/item/ItemStack;)Z
      intermediary method_51795 Lnet/minecraft/class_918;method_51795(Lnet/minecraft/class_1799;)Z
      official a Lgox;a(Lcvx;)Z
    • getArmorGlintConsumer

      public static VertexConsumer getArmorGlintConsumer(VertexConsumerProvider provider, RenderLayer layer, boolean glint)
      Mappings:
      Namespace Name Mixin selector
      named getArmorGlintConsumer Lnet/minecraft/client/render/item/ItemRenderer;getArmorGlintConsumer(Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/RenderLayer;Z)Lnet/minecraft/client/render/VertexConsumer;
      intermediary method_27952 Lnet/minecraft/class_918;method_27952(Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;Z)Lnet/minecraft/class_4588;
      official a Lgox;a(Lghw;Lgig;Z)Lfdx;
    • getDynamicDisplayGlintConsumer

      public static VertexConsumer getDynamicDisplayGlintConsumer(VertexConsumerProvider provider, RenderLayer layer, MatrixStack.Entry entry)
      Mappings:
      Namespace Name Mixin selector
      named getDynamicDisplayGlintConsumer Lnet/minecraft/client/render/item/ItemRenderer;getDynamicDisplayGlintConsumer(Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/util/math/MatrixStack$Entry;)Lnet/minecraft/client/render/VertexConsumer;
      intermediary method_30114 Lnet/minecraft/class_918;method_30114(Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;Lnet/minecraft/class_4587$class_4665;)Lnet/minecraft/class_4588;
      official a Lgox;a(Lghw;Lgig;Lfdt$a;)Lfdx;
    • getItemGlintConsumer

      public static VertexConsumer getItemGlintConsumer(VertexConsumerProvider vertexConsumers, RenderLayer layer, boolean solid, boolean glint)
      Mappings:
      Namespace Name Mixin selector
      named getItemGlintConsumer Lnet/minecraft/client/render/item/ItemRenderer;getItemGlintConsumer(Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/RenderLayer;ZZ)Lnet/minecraft/client/render/VertexConsumer;
      intermediary method_23181 Lnet/minecraft/class_918;method_23181(Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZ)Lnet/minecraft/class_4588;
      official a Lgox;a(Lghw;Lgig;ZZ)Lfdx;
    • renderBakedItemQuads

      private void renderBakedItemQuads(MatrixStack matrices, VertexConsumer vertices, List<BakedQuad> quads, ItemStack stack, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named renderBakedItemQuads Lnet/minecraft/client/render/item/ItemRenderer;renderBakedItemQuads(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Ljava/util/List;Lnet/minecraft/item/ItemStack;II)V
      intermediary method_23180 Lnet/minecraft/class_918;method_23180(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Ljava/util/List;Lnet/minecraft/class_1799;II)V
      official a Lgox;a(Lfdt;Lfdx;Ljava/util/List;Lcvx;II)V
    • getModel

      public BakedModel getModel(ItemStack itemStack, @Nullable @Nullable World world, @Nullable @Nullable LivingEntity entity, int seed)
      Mappings:
      Namespace Name Mixin selector
      named getModel Lnet/minecraft/client/render/item/ItemRenderer;getModel(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;I)Lnet/minecraft/client/render/model/BakedModel;
      intermediary method_4019 Lnet/minecraft/class_918;method_4019(Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;I)Lnet/minecraft/class_1087;
      official a Lgox;a(Lcvx;Ldev;Lbuv;I)Lgzu;
    • renderItem

      public void renderItem(ItemStack stack, ModelTransformationMode transformationMode, int light, int overlay, MatrixStack matrices, VertexConsumerProvider vertexConsumers, @Nullable @Nullable World world, int seed)
      Mappings:
      Namespace Name Mixin selector
      named renderItem Lnet/minecraft/client/render/item/ItemRenderer;renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;IILnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/world/World;I)V
      intermediary method_23178 Lnet/minecraft/class_918;method_23178(Lnet/minecraft/class_1799;Lnet/minecraft/class_811;IILnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_1937;I)V
      official a Lgox;a(Lcvx;Lcvv;IILfdt;Lghw;Ldev;I)V
    • renderItem

      public void renderItem(@Nullable @Nullable LivingEntity entity, ItemStack item, ModelTransformationMode transformationMode, boolean leftHanded, MatrixStack matrices, VertexConsumerProvider vertexConsumers, @Nullable @Nullable World world, int light, int overlay, int seed)
      Mappings:
      Namespace Name Mixin selector
      named renderItem Lnet/minecraft/client/render/item/ItemRenderer;renderItem(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformationMode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/world/World;III)V
      intermediary method_23177 Lnet/minecraft/class_918;method_23177(Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;Lnet/minecraft/class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_1937;III)V
      official a Lgox;a(Lbuv;Lcvx;Lcvv;ZLfdt;Lghw;Ldev;III)V
    • reload

      public void reload(ResourceManager manager)
      Performs the reload in the apply executor, or the game engine.
      Specified by:
      reload in interface SynchronousResourceReloader
      Parameters:
      manager - the resource manager
      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
      intermediary method_14491 Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)V
      official a Lavb;a(Lava;)V
    • getModel

      @Nullable public @Nullable BakedModel getModel(ItemStack stack, LivingEntity entity, ModelTransformationMode transformationMode)
      Mappings:
      Namespace Name Mixin selector
      named getModel Lnet/minecraft/client/render/item/ItemRenderer;getModel(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/client/render/model/json/ModelTransformationMode;)Lnet/minecraft/client/render/model/BakedModel;
      intermediary method_62475 Lnet/minecraft/class_918;method_62475(Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;Lnet/minecraft/class_811;)Lnet/minecraft/class_1087;
      official a Lgox;a(Lcvx;Lbuv;Lcvv;)Lgzu;