Package net.minecraft

Record Class class_9813

java.lang.Object
java.lang.Record
net.minecraft.class_9813
Record Components:
header -
nuggets -

public record class_9813(String header, List<String> nuggets) extends Record
Mappings:
Namespace Name
named net/minecraft/class_9813
intermediary net/minecraft/class_9813
official y
named header
intermediary comp_2856
official e
named nuggets
intermediary comp_2857
official f
  • Field Details

    • nuggets

      private final List<String> nuggets
      The field for the nuggets record component.
    • MINECRAFT_CRASH_REPORT

      public static final class_9813 MINECRAFT_CRASH_REPORT
      Mappings:
      Namespace Name Mixin selector
      named MINECRAFT_CRASH_REPORT Lnet/minecraft/class_9813;MINECRAFT_CRASH_REPORT:Lnet/minecraft/class_9813;
      intermediary field_52181 Lnet/minecraft/class_9813;field_52181:Lnet/minecraft/class_9813;
      official a Ly;a:Ly;
    • MINECRAFT_PROFILER_RESULTS

      public static final class_9813 MINECRAFT_PROFILER_RESULTS
      Mappings:
      Namespace Name Mixin selector
      named MINECRAFT_PROFILER_RESULTS Lnet/minecraft/class_9813;MINECRAFT_PROFILER_RESULTS:Lnet/minecraft/class_9813;
      intermediary field_52182 Lnet/minecraft/class_9813;field_52182:Lnet/minecraft/class_9813;
      official b Ly;b:Ly;
    • MINECRAFT_TEST_REPORT

      public static final class_9813 MINECRAFT_TEST_REPORT
      Mappings:
      Namespace Name Mixin selector
      named MINECRAFT_TEST_REPORT Lnet/minecraft/class_9813;MINECRAFT_TEST_REPORT:Lnet/minecraft/class_9813;
      intermediary field_52183 Lnet/minecraft/class_9813;field_52183:Lnet/minecraft/class_9813;
      official c Ly;c:Ly;
    • MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT

      public static final class_9813 MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT
      Mappings:
      Namespace Name Mixin selector
      named MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT Lnet/minecraft/class_9813;MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT:Lnet/minecraft/class_9813;
      intermediary field_52184 Lnet/minecraft/class_9813;field_52184:Lnet/minecraft/class_9813;
      official d Ly;d:Ly;
  • Constructor Details

  • Method Details

    • method_60927

      public String method_60927()
      Mappings:
      Namespace Name Mixin selector
      named method_60927 Lnet/minecraft/class_9813;method_60927()Ljava/lang/String;
      intermediary method_60927 Lnet/minecraft/class_9813;method_60927()Ljava/lang/String;
      official a Ly;a()Ljava/lang/String;
    • method_60928

      public void method_60928(StringBuilder stringBuilder, List<String> list)
      Mappings:
      Namespace Name Mixin selector
      named method_60928 Lnet/minecraft/class_9813;method_60928(Ljava/lang/StringBuilder;Ljava/util/List;)V
      intermediary method_60928 Lnet/minecraft/class_9813;method_60928(Ljava/lang/StringBuilder;Ljava/util/List;)V
      official a Ly;a(Ljava/lang/StringBuilder;Ljava/util/List;)V
    • 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.
    • header

      public String header()
      Returns the value of the header record component.
      Returns:
      the value of the header record component
    • nuggets

      public List<String> nuggets()
      Returns the value of the nuggets record component.
      Returns:
      the value of the nuggets record component