Record Class ChatAbuseReport.ValidationError

java.lang.Object
java.lang.Record
net.minecraft.client.report.ChatAbuseReport.ValidationError
Record Components:
message -
Enclosing class:
ChatAbuseReport

@Environment(CLIENT) public static record ChatAbuseReport.ValidationError(Text message) extends Record
Mappings:
Namespace Name
official ezq$a
intermediary net/minecraft/class_7566$class_7567
named net/minecraft/client/report/ChatAbuseReport$ValidationError
official e
intermediary comp_877
named message
  • Field Details

    • message

      private final Text message
      The field for the message record component.
    • NO_REASON

      public static final ChatAbuseReport.ValidationError NO_REASON
      Mappings:
      Namespace Name Mixin selector
      official a Lezq$a;a:Lezq$a;
      intermediary field_39655 Lnet/minecraft/class_7566$class_7567;field_39655:Lnet/minecraft/class_7566$class_7567;
      named NO_REASON Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;NO_REASON:Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;
    • NO_REPORTED_MESSAGES

      public static final ChatAbuseReport.ValidationError NO_REPORTED_MESSAGES
      Mappings:
      Namespace Name Mixin selector
      official b Lezq$a;b:Lezq$a;
      intermediary field_39656 Lnet/minecraft/class_7566$class_7567;field_39656:Lnet/minecraft/class_7566$class_7567;
      named NO_REPORTED_MESSAGES Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;NO_REPORTED_MESSAGES:Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;
    • TOO_MANY_MESSAGES

      public static final ChatAbuseReport.ValidationError TOO_MANY_MESSAGES
      Mappings:
      Namespace Name Mixin selector
      official c Lezq$a;c:Lezq$a;
      intermediary field_39657 Lnet/minecraft/class_7566$class_7567;field_39657:Lnet/minecraft/class_7566$class_7567;
      named TOO_MANY_MESSAGES Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;TOO_MANY_MESSAGES:Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;
    • COMMENTS_TOO_LONG

      public static final ChatAbuseReport.ValidationError COMMENTS_TOO_LONG
      Mappings:
      Namespace Name Mixin selector
      official d Lezq$a;d:Lezq$a;
      intermediary field_39658 Lnet/minecraft/class_7566$class_7567;field_39658:Lnet/minecraft/class_7566$class_7567;
      named COMMENTS_TOO_LONG Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;COMMENTS_TOO_LONG:Lnet/minecraft/client/report/ChatAbuseReport$ValidationError;
  • Constructor Details

    • ValidationError

      public ValidationError(Text text)
  • Method Details

    • 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.
    • message

      public Text message()
      Returns the value of the message record component.
      Returns:
      the value of the message record component