Record Class DefaultSkinHelper.Skin

java.lang.Object
java.lang.Record
net.minecraft.client.util.DefaultSkinHelper.Skin
Record Components:
texture -
model -
Enclosing class:
DefaultSkinHelper

@Environment(CLIENT) private static record DefaultSkinHelper.Skin(Identifier texture, DefaultSkinHelper.Model model) extends Record
Mappings:
Namespace Name
official fpb$b
intermediary net/minecraft/class_1068$class_7921
named net/minecraft/client/util/DefaultSkinHelper$Skin
official a
intermediary comp_1154
named texture
official b
intermediary comp_1155
named model
  • Field Details

  • Constructor Details

    • Skin

      public Skin(String texture, DefaultSkinHelper.Model model)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfpb$b;<init>(Ljava/lang/String;Lfpb$a;)V
      intermediary <init> Lnet/minecraft/class_1068$class_7921;<init>(Ljava/lang/String;Lnet/minecraft/class_1068$class_7920;)V
      named <init> Lnet/minecraft/client/util/DefaultSkinHelper$Skin;<init>(Ljava/lang/String;Lnet/minecraft/client/util/DefaultSkinHelper$Model;)V
    • Skin

      private Skin(Identifier identifier, DefaultSkinHelper.Model model)
  • Method Details

    • toString

      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

      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

      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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • texture

      public Identifier texture()
      Returns the value of the texture record component.
      Returns:
      the value of the texture record component
    • model

      public DefaultSkinHelper.Model model()
      Returns the value of the model record component.
      Returns:
      the value of the model record component