Record Class HeadModelRenderer.Unbaked

java.lang.Object
java.lang.Record
net.minecraft.client.render.item.model.special.HeadModelRenderer.Unbaked
Record Components:
kind -
textureOverride -
animation -
All Implemented Interfaces:
SpecialModelRenderer.Unbaked
Enclosing class:
HeadModelRenderer

@Environment(CLIENT) public static record HeadModelRenderer.Unbaked(SkullBlock.SkullType kind, Optional<Identifier> textureOverride, float animation) extends Record implements SpecialModelRenderer.Unbaked
Mappings:
Namespace Name
named net/minecraft/client/render/item/model/special/HeadModelRenderer$Unbaked
intermediary net/minecraft/class_10513$class_10514
official hdw$a
named kind
intermediary comp_3425
official b
named textureOverride
intermediary comp_3442
official c
named animation
intermediary comp_3470
official d
  • Field Details Link icon

    • kind Link icon

      private final SkullBlock.SkullType kind
      The field for the kind record component.
    • textureOverride Link icon

      private final Optional<Identifier> textureOverride
      The field for the textureOverride record component.
    • animation Link icon

      private final float animation
      The field for the animation record component.
    • CODEC Link icon

      public static final com.mojang.serialization.MapCodec<HeadModelRenderer.Unbaked> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/render/item/model/special/HeadModelRenderer$Unbaked;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_55451 Lnet/minecraft/class_10513$class_10514;field_55451:Lcom/mojang/serialization/MapCodec;
      official a Lhdw$a;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details Link icon

    • Unbaked Link icon

      public Unbaked(SkullBlock.SkullType kind)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/item/model/special/HeadModelRenderer$Unbaked;<init>(Lnet/minecraft/block/SkullBlock$SkullType;)V
      intermediary <init> Lnet/minecraft/class_10513$class_10514;<init>(Lnet/minecraft/class_2484$class_2485;)V
      official <init> Lhdw$a;<init>(Ldqu$a;)V
    • Unbaked Link icon

      public Unbaked(SkullBlock.SkullType skullType, Optional<Identifier> optional, float float2)
  • Method Details Link icon

    • getCodec Link icon

      public com.mojang.serialization.MapCodec<HeadModelRenderer.Unbaked> getCodec()
      Specified by:
      getCodec in interface SpecialModelRenderer.Unbaked
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer$Unbaked;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_65696 Lnet/minecraft/class_10515$class_10516;method_65696()Lcom/mojang/serialization/MapCodec;
      official a Lhdx$a;a()Lcom/mojang/serialization/MapCodec;
    • bake Link icon

      Specified by:
      bake in interface SpecialModelRenderer.Unbaked
      Mappings:
      Namespace Name Mixin selector
      named bake Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer$Unbaked;bake(Lnet/minecraft/client/render/entity/model/LoadedEntityModels;)Lnet/minecraft/client/render/item/model/special/SpecialModelRenderer;
      intermediary method_65698 Lnet/minecraft/class_10515$class_10516;method_65698(Lnet/minecraft/class_5599;)Lnet/minecraft/class_10515;
      official a Lhdx$a;a(Lgfa;)Lhdx;
    • toString Link icon

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • kind Link icon

      public SkullBlock.SkullType kind()
      Returns the value of the kind record component.
      Returns:
      the value of the kind record component
    • textureOverride Link icon

      public Optional<Identifier> textureOverride()
      Returns the value of the textureOverride record component.
      Returns:
      the value of the textureOverride record component
    • animation Link icon

      public float animation()
      Returns the value of the animation record component.
      Returns:
      the value of the animation record component