Record Class BannerPattern

java.lang.Object
java.lang.Record
net.minecraft.block.entity.BannerPattern
Record Components:
assetId -
translationKey -

public record BannerPattern(Identifier assetId, String translationKey) extends Record
Mappings:
Namespace Name
named net/minecraft/block/entity/BannerPattern
intermediary net/minecraft/class_2582
official dpx
named assetId
intermediary comp_2456
official e
named translationKey
intermediary comp_2457
official f
  • Field Details Link icon

    • assetId Link icon

      private final Identifier assetId
      The field for the assetId record component.
    • translationKey Link icon

      private final String translationKey
      The field for the translationKey record component.
    • CODEC Link icon

      public static final com.mojang.serialization.Codec<BannerPattern> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/entity/BannerPattern;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_49757 Lnet/minecraft/class_2582;field_49757:Lcom/mojang/serialization/Codec;
      official a Ldpx;a:Lcom/mojang/serialization/Codec;
    • PACKET_CODEC Link icon

      public static final PacketCodec<RegistryByteBuf,BannerPattern> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/block/entity/BannerPattern;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_49758 Lnet/minecraft/class_2582;field_49758:Lnet/minecraft/class_9139;
      official b Ldpx;b:Lyx;
    • ENTRY_CODEC Link icon

      public static final com.mojang.serialization.Codec<RegistryEntry<BannerPattern>> ENTRY_CODEC
      Mappings:
      Namespace Name Mixin selector
      named ENTRY_CODEC Lnet/minecraft/block/entity/BannerPattern;ENTRY_CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_49759 Lnet/minecraft/class_2582;field_49759:Lcom/mojang/serialization/Codec;
      official c Ldpx;c:Lcom/mojang/serialization/Codec;
    • ENTRY_PACKET_CODEC Link icon

      public static final PacketCodec<RegistryByteBuf,RegistryEntry<BannerPattern>> ENTRY_PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named ENTRY_PACKET_CODEC Lnet/minecraft/block/entity/BannerPattern;ENTRY_PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_49760 Lnet/minecraft/class_2582;field_49760:Lnet/minecraft/class_9139;
      official d Ldpx;d:Lyx;
  • Constructor Details Link icon

  • Method Details Link icon

    • 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. 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.
    • assetId Link icon

      public Identifier assetId()
      Returns the value of the assetId record component.
      Returns:
      the value of the assetId record component
    • translationKey Link icon

      public String translationKey()
      Returns the value of the translationKey record component.
      Returns:
      the value of the translationKey record component