Package net.minecraft

Record Class class_12003

java.lang.Object
java.lang.Record
net.minecraft.class_12003
Record Components:
secretKey -

public record class_12003(String secretKey) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12003
intermediary net/minecraft/class_12003
official avp
named secretKey
intermediary comp_4833
official a
  • Field Details

    • secretKey

      private final String secretKey
      The field for the secretKey record component.
    • field_62839

      private static final String field_62839
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_62839 Lnet/minecraft/class_12003;field_62839:Ljava/lang/String;
      intermediary field_62839 Lnet/minecraft/class_12003;field_62839:Ljava/lang/String;
      official b Lavp;b:Ljava/lang/String;
  • Constructor Details

    • class_12003

      public class_12003(String string)
  • Method Details

    • method_74524

      public static boolean method_74524(String string)
      Mappings:
      Namespace Name Mixin selector
      named method_74524 Lnet/minecraft/class_12003;method_74524(Ljava/lang/String;)Z
      intermediary method_74524 Lnet/minecraft/class_12003;method_74524(Ljava/lang/String;)Z
      official a Lavp;a(Ljava/lang/String;)Z
    • method_74523

      public static String method_74523()
      Mappings:
      Namespace Name Mixin selector
      named method_74523 Lnet/minecraft/class_12003;method_74523()Ljava/lang/String;
      intermediary method_74523 Lnet/minecraft/class_12003;method_74523()Ljava/lang/String;
      official a Lavp;a()Ljava/lang/String;
    • 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.
    • secretKey

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