Class CopperGolemStatueModelRenderer

java.lang.Object
net.minecraft.client.render.item.model.special.CopperGolemStatueModelRenderer
All Implemented Interfaces:
SimpleSpecialModelRenderer, SpecialModelRenderer<Void>

@Environment(CLIENT) public class CopperGolemStatueModelRenderer extends Object implements SimpleSpecialModelRenderer
Mappings:
Namespace Name
named net/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer
intermediary net/minecraft/class_11693
official iaz
  • Field Details

    • POSE_TO_LAYER

      static final Map<CopperGolemStatueBlock.Pose,EntityModelLayer> POSE_TO_LAYER
      Mappings:
      Namespace Name Mixin selector
      named POSE_TO_LAYER Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;POSE_TO_LAYER:Ljava/util/Map;
      intermediary field_62760 Lnet/minecraft/class_11693;field_62760:Ljava/util/Map;
      official c Liaz;c:Ljava/util/Map;
    • model

      private final CopperGolemStatueModel model
      Mappings:
      Namespace Name Mixin selector
      named model Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;model:Lnet/minecraft/client/render/block/entity/model/CopperGolemStatueModel;
      intermediary field_61854 Lnet/minecraft/class_11693;field_61854:Lnet/minecraft/class_11783;
      official a Liaz;a:Lgux;
    • texture

      private final Identifier texture
      Mappings:
      Namespace Name Mixin selector
      named texture Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;texture:Lnet/minecraft/util/Identifier;
      intermediary field_61855 Lnet/minecraft/class_11693;field_61855:Lnet/minecraft/class_2960;
      official b Liaz;b:Lamj;
  • Constructor Details

    • CopperGolemStatueModelRenderer

      public CopperGolemStatueModelRenderer(CopperGolemStatueModel model, Identifier texture)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;<init>(Lnet/minecraft/client/render/block/entity/model/CopperGolemStatueModel;Lnet/minecraft/util/Identifier;)V
      intermediary <init> Lnet/minecraft/class_11693;<init>(Lnet/minecraft/class_11783;Lnet/minecraft/class_2960;)V
      official <init> Liaz;<init>(Lgux;Lamj;)V
  • Method Details

    • render

      public void render(ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, boolean glint, int int2)
      Specified by:
      render in interface SimpleSpecialModelRenderer
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/item/model/special/SimpleSpecialModelRenderer;render(Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;IIZI)V
      intermediary method_65699 Lnet/minecraft/class_10508;method_65699(Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IIZI)V
      official a Libc;a(Ldhn;Lfua;Lhgy;IIZI)V
    • collectVertices

      public void collectVertices(Set<Vector3f> vertices)
      Specified by:
      collectVertices in interface SpecialModelRenderer<Void>
      Mappings:
      Namespace Name Mixin selector
      named collectVertices Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer;collectVertices(Ljava/util/Set;)V
      intermediary method_72175 Lnet/minecraft/class_10515;method_72175(Ljava/util/Set;)V
      official a Libh;a(Ljava/util/Set;)V
    • setAngles

      private void setAngles(MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/item/model/special/CopperGolemStatueModelRenderer;setAngles(Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_73018 Lnet/minecraft/class_11693;method_73018(Lnet/minecraft/class_4587;)V
      official a Liaz;a(Lfua;)V