Record Class ArmorTrimPattern

java.lang.Object
java.lang.Record
net.minecraft.item.trim.ArmorTrimPattern
Record Components:
assetId -
templateItem -
description -
decal -

public record ArmorTrimPattern(Identifier assetId, RegistryEntry<Item> templateItem, Text description, boolean decal) extends Record
Mappings:
Namespace Name
official clk
intermediary net/minecraft/class_8056
named net/minecraft/item/trim/ArmorTrimPattern
official c
intermediary comp_1213
named assetId
official d
intermediary comp_1214
named templateItem
official e
intermediary comp_1215
named description
official f
intermediary comp_1905
named decal
  • Field Details

    • assetId

      private final Identifier assetId
      The field for the assetId record component.
    • templateItem

      private final RegistryEntry<Item> templateItem
      The field for the templateItem record component.
    • description

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

      private final boolean decal
      The field for the decal record component.
    • CODEC

      public static final com.mojang.serialization.Codec<ArmorTrimPattern> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a:Lcom/mojang/serialization/Codec;
      intermediary field_42014 Lnet/minecraft/class_8056;field_42014:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/item/trim/ArmorTrimPattern;CODEC:Lcom/mojang/serialization/Codec;
    • ENTRY_CODEC

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

  • Method Details

    • getDescription

      public Text getDescription(RegistryEntry<ArmorTrimMaterial> material)
      Mappings:
      Namespace Name Mixin selector
      official a Lclk;a(Lhe;)Ltl;
      intermediary method_48446 Lnet/minecraft/class_8056;method_48446(Lnet/minecraft/class_6880;)Lnet/minecraft/class_2561;
      named getDescription Lnet/minecraft/item/trim/ArmorTrimPattern;getDescription(Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/text/Text;
    • 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.
    • assetId

      public Identifier assetId()
      Returns the value of the assetId record component.
      Returns:
      the value of the assetId record component
    • templateItem

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

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

      public boolean decal()
      Returns the value of the decal record component.
      Returns:
      the value of the decal record component