Package net.minecraft

Record Class class_7463

java.lang.Object
java.lang.Record
net.minecraft.class_7463
Record Components:
translationKey -
parameters -
style -

public record class_7463(String translationKey, List<class_7463.class_7464> parameters, Style style) extends Record
Mappings:
Namespace Name
official ra
intermediary net/minecraft/class_7463
named net/minecraft/class_7463
official b
intermediary comp_788
named translationKey
official c
intermediary comp_789
named parameters
official d
intermediary comp_790
named style
  • Field Details

    • translationKey

      private final String translationKey
      The field for the translationKey record component.
    • parameters

      private final List<class_7463.class_7464> parameters
      The field for the parameters record component.
    • style

      private final Style style
      The field for the style record component.
    • field_39219

      public static final com.mojang.serialization.Codec<class_7463> field_39219
      Mappings:
      Namespace Name Mixin selector
      official a Lra;a:Lcom/mojang/serialization/Codec;
      intermediary field_39219 Lnet/minecraft/class_7463;field_39219:Lcom/mojang/serialization/Codec;
      named field_39219 Lnet/minecraft/class_7463;field_39219:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_43831

      public static class_7463 method_43831(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lra;a(Ljava/lang/String;)Lra;
      intermediary method_43831 Lnet/minecraft/class_7463;method_43831(Ljava/lang/String;)Lnet/minecraft/class_7463;
      named method_43831 Lnet/minecraft/class_7463;method_43831(Ljava/lang/String;)Lnet/minecraft/class_7463;
    • method_43833

      public static class_7463 method_43833(String string)
      Mappings:
      Namespace Name Mixin selector
      official b Lra;b(Ljava/lang/String;)Lra;
      intermediary method_43833 Lnet/minecraft/class_7463;method_43833(Ljava/lang/String;)Lnet/minecraft/class_7463;
      named method_43833 Lnet/minecraft/class_7463;method_43833(Ljava/lang/String;)Lnet/minecraft/class_7463;
    • method_43835

      public static class_7463 method_43835(String string)
      Mappings:
      Namespace Name Mixin selector
      official c Lra;c(Ljava/lang/String;)Lra;
      intermediary method_43835 Lnet/minecraft/class_7463;method_43835(Ljava/lang/String;)Lnet/minecraft/class_7463;
      named method_43835 Lnet/minecraft/class_7463;method_43835(Ljava/lang/String;)Lnet/minecraft/class_7463;
    • method_43832

      public Text method_43832(Text text, @Nullable @Nullable ChatMessageSender chatMessageSender)
      Mappings:
      Namespace Name Mixin selector
      official a Lra;a(Lrf;Lrb;)Lrf;
      intermediary method_43832 Lnet/minecraft/class_7463;method_43832(Lnet/minecraft/class_2561;Lnet/minecraft/class_7436;)Lnet/minecraft/class_2561;
      named method_43832 Lnet/minecraft/class_7463;method_43832(Lnet/minecraft/text/Text;Lnet/minecraft/network/ChatMessageSender;)Lnet/minecraft/text/Text;
    • method_43834

      private Text[] method_43834(Text text, @Nullable @Nullable ChatMessageSender chatMessageSender)
      Mappings:
      Namespace Name Mixin selector
      official b Lra;b(Lrf;Lrb;)[Lrf;
      intermediary method_43834 Lnet/minecraft/class_7463;method_43834(Lnet/minecraft/class_2561;Lnet/minecraft/class_7436;)[Lnet/minecraft/class_2561;
      named method_43834 Lnet/minecraft/class_7463;method_43834(Lnet/minecraft/text/Text;Lnet/minecraft/network/ChatMessageSender;)[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. 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.
    • translationKey

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

      public List<class_7463.class_7464> parameters()
      Returns the value of the parameters record component.
      Returns:
      the value of the parameters record component
    • style

      public Style style()
      Returns the value of the style record component.
      Returns:
      the value of the style record component