Record Class AbuseReport.ValidationError
java.lang.Object
java.lang.Record
net.minecraft.client.session.report.AbuseReport.ValidationError
- Record Components:
message-
- Enclosing class:
AbuseReport
- Mappings:
Namespace Name official fos$bintermediary net/minecraft/class_7855$class_7567named net/minecraft/client/session/report/AbuseReport$ValidationErrorofficial eintermediary comp_877named message
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AbuseReport.ValidationErrorprivate final TextThe field for themessagerecord component.static final AbuseReport.ValidationErrorstatic final AbuseReport.ValidationErrorstatic final AbuseReport.ValidationError -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
message
The field for themessagerecord component. -
NO_REASON
- Mappings:
Namespace Name Mixin selector official aLfos$b;a:Lfos$b;intermediary field_39655Lnet/minecraft/class_7855$class_7567;field_39655:Lnet/minecraft/class_7855$class_7567;named NO_REASONLnet/minecraft/client/session/report/AbuseReport$ValidationError;NO_REASON:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
-
NO_REPORTED_MESSAGES
- Mappings:
Namespace Name Mixin selector official bLfos$b;b:Lfos$b;intermediary field_39656Lnet/minecraft/class_7855$class_7567;field_39656:Lnet/minecraft/class_7855$class_7567;named NO_REPORTED_MESSAGESLnet/minecraft/client/session/report/AbuseReport$ValidationError;NO_REPORTED_MESSAGES:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
-
TOO_MANY_MESSAGES
- Mappings:
Namespace Name Mixin selector official cLfos$b;c:Lfos$b;intermediary field_39657Lnet/minecraft/class_7855$class_7567;field_39657:Lnet/minecraft/class_7855$class_7567;named TOO_MANY_MESSAGESLnet/minecraft/client/session/report/AbuseReport$ValidationError;TOO_MANY_MESSAGES:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
-
COMMENTS_TOO_LONG
- Mappings:
Namespace Name Mixin selector official dLfos$b;d:Lfos$b;intermediary field_39658Lnet/minecraft/class_7855$class_7567;field_39658:Lnet/minecraft/class_7855$class_7567;named COMMENTS_TOO_LONGLnet/minecraft/client/session/report/AbuseReport$ValidationError;COMMENTS_TOO_LONG:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
-
-
Constructor Details
-
ValidationError
-
-
Method Details
-
createTooltip
- Mappings:
Namespace Name Mixin selector official aLfos$b;a()Leyr;intermediary method_53615Lnet/minecraft/class_7855$class_7567;method_53615()Lnet/minecraft/class_7919;named createTooltipLnet/minecraft/client/session/report/AbuseReport$ValidationError;createTooltip()Lnet/minecraft/client/gui/tooltip/Tooltip;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-