Class DecoratedPotModelRenderer

java.lang.Object
net.minecraft.client.render.item.model.special.DecoratedPotModelRenderer
All Implemented Interfaces:
SpecialModelRenderer<Sherds>

@Environment(CLIENT) public class DecoratedPotModelRenderer extends Object implements SpecialModelRenderer<Sherds>
Mappings:
Namespace Name
named net/minecraft/client/render/item/model/special/DecoratedPotModelRenderer
intermediary net/minecraft/class_10506
official hdr
  • Field Details Link icon

    • blockEntityRenderer Link icon

      private final DecoratedPotBlockEntityRenderer blockEntityRenderer
      Mappings:
      Namespace Name Mixin selector
      named blockEntityRenderer Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;blockEntityRenderer:Lnet/minecraft/client/render/block/entity/DecoratedPotBlockEntityRenderer;
      intermediary field_55439 Lnet/minecraft/class_10506;field_55439:Lnet/minecraft/class_8188;
      official a Lhdr;a:Lgot;
  • Constructor Details Link icon

    • DecoratedPotModelRenderer Link icon

      public DecoratedPotModelRenderer(DecoratedPotBlockEntityRenderer blockEntityRenderer)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;<init>(Lnet/minecraft/client/render/block/entity/DecoratedPotBlockEntityRenderer;)V
      intermediary <init> Lnet/minecraft/class_10506;<init>(Lnet/minecraft/class_8188;)V
      official <init> Lhdr;<init>(Lgot;)V
  • Method Details Link icon

    • getData Link icon

      @Nullable public @Nullable Sherds getData(ItemStack itemStack)
      Specified by:
      getData in interface SpecialModelRenderer<Sherds>
      Mappings:
      Namespace Name Mixin selector
      named getData Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;getData(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/block/entity/Sherds;
      intermediary method_65702 Lnet/minecraft/class_10506;method_65702(Lnet/minecraft/class_1799;)Lnet/minecraft/class_8526;
      official a Lhdr;a(Lcwq;)Ldvh;
    • render Link icon

      public void render(@Nullable @Nullable Sherds sherds, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool)
      Specified by:
      render in interface SpecialModelRenderer<Sherds>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;render(Lnet/minecraft/block/entity/Sherds;Lnet/minecraft/item/ModelTransformationMode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)V
      intermediary method_65703 Lnet/minecraft/class_10506;method_65703(Lnet/minecraft/class_8526;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)V
      official a Lhdr;a(Ldvh;Lcwo;Lffv;Lglz;IIZ)V