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 named net/minecraft/client/session/report/AbuseReport$ValidationError
intermediary net/minecraft/class_7855$class_7567
official fzb$b
named message
intermediary comp_877
official e
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AbuseReport.ValidationError
private final Text
The field for themessage
record component.static final AbuseReport.ValidationError
static final AbuseReport.ValidationError
static final AbuseReport.ValidationError
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.message()
Returns the value of themessage
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
message
The field for themessage
record component. -
NO_REASON
- Mappings:
Namespace Name Mixin selector named NO_REASON
Lnet/minecraft/client/session/report/AbuseReport$ValidationError;NO_REASON:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
intermediary field_39655
Lnet/minecraft/class_7855$class_7567;field_39655:Lnet/minecraft/class_7855$class_7567;
official a
Lfzb$b;a:Lfzb$b;
-
NO_REPORTED_MESSAGES
- Mappings:
Namespace Name Mixin selector named NO_REPORTED_MESSAGES
Lnet/minecraft/client/session/report/AbuseReport$ValidationError;NO_REPORTED_MESSAGES:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
intermediary field_39656
Lnet/minecraft/class_7855$class_7567;field_39656:Lnet/minecraft/class_7855$class_7567;
official b
Lfzb$b;b:Lfzb$b;
-
TOO_MANY_MESSAGES
- Mappings:
Namespace Name Mixin selector named TOO_MANY_MESSAGES
Lnet/minecraft/client/session/report/AbuseReport$ValidationError;TOO_MANY_MESSAGES:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
intermediary field_39657
Lnet/minecraft/class_7855$class_7567;field_39657:Lnet/minecraft/class_7855$class_7567;
official c
Lfzb$b;c:Lfzb$b;
-
COMMENTS_TOO_LONG
- Mappings:
Namespace Name Mixin selector named COMMENTS_TOO_LONG
Lnet/minecraft/client/session/report/AbuseReport$ValidationError;COMMENTS_TOO_LONG:Lnet/minecraft/client/session/report/AbuseReport$ValidationError;
intermediary field_39658
Lnet/minecraft/class_7855$class_7567;field_39658:Lnet/minecraft/class_7855$class_7567;
official d
Lfzb$b;d:Lfzb$b;
-
-
Constructor Details
-
ValidationError
-
-
Method Details
-
createTooltip
- Mappings:
Namespace Name Mixin selector named createTooltip
Lnet/minecraft/client/session/report/AbuseReport$ValidationError;createTooltip()Lnet/minecraft/client/gui/tooltip/Tooltip;
intermediary method_53615
Lnet/minecraft/class_7855$class_7567;method_53615()Lnet/minecraft/class_7919;
official a
Lfzb$b;a()Lfir;
-
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 themessage
record component.- Returns:
- the value of the
message
record component
-