Record Class ArmorTrimMaterial

java.lang.Object
java.lang.Record
net.minecraft.item.trim.ArmorTrimMaterial
Record Components:
assetName -
ingredient -
itemModelIndex -
overrideArmorMaterials -
description -

public record ArmorTrimMaterial(String assetName, RegistryEntry<Item> ingredient, float itemModelIndex, Map<ArmorMaterials,String> overrideArmorMaterials, Text description) extends Record
Mappings:
Namespace Name
official cli
intermediary net/minecraft/class_8054
named net/minecraft/item/trim/ArmorTrimMaterial
official c
intermediary comp_1208
named assetName
official d
intermediary comp_1209
named ingredient
official e
intermediary comp_1210
named itemModelIndex
official f
intermediary comp_1237
named overrideArmorMaterials
official g
intermediary comp_1212
named description
  • Field Details

    • assetName

      private final String assetName
      The field for the assetName record component.
    • ingredient

      private final RegistryEntry<Item> ingredient
      The field for the ingredient record component.
    • itemModelIndex

      private final float itemModelIndex
      The field for the itemModelIndex record component.
    • overrideArmorMaterials

      private final Map<ArmorMaterials,String> overrideArmorMaterials
      The field for the overrideArmorMaterials record component.
    • description

      private final Text description
      The field for the description record component.
    • CODEC

      public static final com.mojang.serialization.Codec<ArmorTrimMaterial> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcli;a:Lcom/mojang/serialization/Codec;
      intermediary field_42002 Lnet/minecraft/class_8054;field_42002:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/item/trim/ArmorTrimMaterial;CODEC:Lcom/mojang/serialization/Codec;
    • ENTRY_CODEC

      public static final com.mojang.serialization.Codec<RegistryEntry<ArmorTrimMaterial>> ENTRY_CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcli;b:Lcom/mojang/serialization/Codec;
      intermediary field_42003 Lnet/minecraft/class_8054;field_42003:Lcom/mojang/serialization/Codec;
      named ENTRY_CODEC Lnet/minecraft/item/trim/ArmorTrimMaterial;ENTRY_CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • of

      public static ArmorTrimMaterial of(String assetName, Item ingredient, float itemModelIndex, Text description, Map<ArmorMaterials,String> overrideArmorMaterials)
      Mappings:
      Namespace Name Mixin selector
      official a Lcli;a(Ljava/lang/String;Lcja;FLtl;Ljava/util/Map;)Lcli;
      intermediary method_48438 Lnet/minecraft/class_8054;method_48438(Ljava/lang/String;Lnet/minecraft/class_1792;FLnet/minecraft/class_2561;Ljava/util/Map;)Lnet/minecraft/class_8054;
      named of Lnet/minecraft/item/trim/ArmorTrimMaterial;of(Ljava/lang/String;Lnet/minecraft/item/Item;FLnet/minecraft/text/Text;Ljava/util/Map;)Lnet/minecraft/item/trim/ArmorTrimMaterial;
    • 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. 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.
    • assetName

      public String assetName()
      Returns the value of the assetName record component.
      Returns:
      the value of the assetName record component
    • ingredient

      public RegistryEntry<Item> ingredient()
      Returns the value of the ingredient record component.
      Returns:
      the value of the ingredient record component
    • itemModelIndex

      public float itemModelIndex()
      Returns the value of the itemModelIndex record component.
      Returns:
      the value of the itemModelIndex record component
    • overrideArmorMaterials

      public Map<ArmorMaterials,String> overrideArmorMaterials()
      Returns the value of the overrideArmorMaterials record component.
      Returns:
      the value of the overrideArmorMaterials record component
    • description

      public Text description()
      Returns the value of the description record component.
      Returns:
      the value of the description record component