Class SkullEntityModel


@Environment(CLIENT)
public class SkullEntityModel
extends SkullBlockEntityModel
Mappings:
Namespace Name
official eci
intermediary net/minecraft/class_607
named net/minecraft/client/render/entity/model/SkullEntityModel
  • Field Details

    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      official b Leci;b:Ledh;
      intermediary field_27498 Lnet/minecraft/class_607;field_27498:Lnet/minecraft/class_630;
      named root Lnet/minecraft/client/render/entity/model/SkullEntityModel;root:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • SkullEntityModel

      public SkullEntityModel​(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leci;<init>(Ledh;)V
      intermediary <init> Lnet/minecraft/class_607;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/SkullEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getModelData

      public static ModelData getModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Leci;a()Ledp;
      intermediary method_32048 Lnet/minecraft/class_607;method_32048()Lnet/minecraft/class_5609;
      named getModelData Lnet/minecraft/client/render/entity/model/SkullEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;
    • getHeadTexturedModelData

      public static TexturedModelData getHeadTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Leci;b()Ledn;
      intermediary method_32049 Lnet/minecraft/class_607;method_32049()Lnet/minecraft/class_5607;
      named getHeadTexturedModelData Lnet/minecraft/client/render/entity/model/SkullEntityModel;getHeadTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getSkullTexturedModelData

      public static TexturedModelData getSkullTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Leci;c()Ledn;
      intermediary method_32050 Lnet/minecraft/class_607;method_32050()Lnet/minecraft/class_5607;
      named getSkullTexturedModelData Lnet/minecraft/client/render/entity/model/SkullEntityModel;getSkullTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setHeadRotation

      public void setHeadRotation​(float animationProgress, float yaw, float pitch)
      Specified by:
      setHeadRotation in class SkullBlockEntityModel
      Mappings:
      Namespace Name Mixin selector
      official a Lecj;a(FFF)V
      intermediary method_2821 Lnet/minecraft/class_5598;method_2821(FFF)V
      named setHeadRotation Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;setHeadRotation(FFF)V
    • render

      public void render​(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
      Specified by:
      render in class Model
      Mappings:
      Namespace Name Mixin selector
      official a Lebk;a(Ldlr;Ldlv;IIFFFF)V
      intermediary method_2828 Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
      named render Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V