JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
GENERIC
Mappings:
Namespace
Name
Mixin selector
named
GENERIC
Lnet/minecraft/client/session/report/AbuseReportReason;GENERIC:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_46063
Lnet/minecraft/class_7573;field_46063:Lnet/minecraft/class_7573;
official
a
Lfzd;a:Lfzd;
HATE_SPEECH
Mappings:
Namespace
Name
Mixin selector
named
HATE_SPEECH
Lnet/minecraft/client/session/report/AbuseReportReason;HATE_SPEECH:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39659
Lnet/minecraft/class_7573;field_39659:Lnet/minecraft/class_7573;
official
b
Lfzd;b:Lfzd;
HARASSMENT_OR_BULLYING
Mappings:
Namespace
Name
Mixin selector
named
HARASSMENT_OR_BULLYING
Lnet/minecraft/client/session/report/AbuseReportReason;HARASSMENT_OR_BULLYING:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39664
Lnet/minecraft/class_7573;field_39664:Lnet/minecraft/class_7573;
official
c
Lfzd;c:Lfzd;
SELF_HARM_OR_SUICIDE
Mappings:
Namespace
Name
Mixin selector
named
SELF_HARM_OR_SUICIDE
Lnet/minecraft/client/session/report/AbuseReportReason;SELF_HARM_OR_SUICIDE:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39667
Lnet/minecraft/class_7573;field_39667:Lnet/minecraft/class_7573;
official
d
Lfzd;d:Lfzd;
IMMINENT_HARM
Mappings:
Namespace
Name
Mixin selector
named
IMMINENT_HARM
Lnet/minecraft/client/session/report/AbuseReportReason;IMMINENT_HARM:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39662
Lnet/minecraft/class_7573;field_39662:Lnet/minecraft/class_7573;
official
e
Lfzd;e:Lfzd;
ALCOHOL_TOBACCO_DRUGS
Mappings:
Namespace
Name
Mixin selector
named
ALCOHOL_TOBACCO_DRUGS
Lnet/minecraft/client/session/report/AbuseReportReason;ALCOHOL_TOBACCO_DRUGS:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39670
Lnet/minecraft/class_7573;field_39670:Lnet/minecraft/class_7573;
official
g
Lfzd;g:Lfzd;
CHILD_SEXUAL_EXPLOITATION_OR_ABUSE
Mappings:
Namespace
Name
Mixin selector
named
CHILD_SEXUAL_EXPLOITATION_OR_ABUSE
Lnet/minecraft/client/session/report/AbuseReportReason;CHILD_SEXUAL_EXPLOITATION_OR_ABUSE:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39661
Lnet/minecraft/class_7573;field_39661:Lnet/minecraft/class_7573;
official
h
Lfzd;h:Lfzd;
TERRORISM_OR_VIOLENT_EXTREMISM
Mappings:
Namespace
Name
Mixin selector
named
TERRORISM_OR_VIOLENT_EXTREMISM
Lnet/minecraft/client/session/report/AbuseReportReason;TERRORISM_OR_VIOLENT_EXTREMISM:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39660
Lnet/minecraft/class_7573;field_39660:Lnet/minecraft/class_7573;
official
i
Lfzd;i:Lfzd;
NON_CONSENSUAL_INTIMATE_IMAGERY
Mappings:
Namespace
Name
Mixin selector
named
NON_CONSENSUAL_INTIMATE_IMAGERY
Lnet/minecraft/client/session/report/AbuseReportReason;NON_CONSENSUAL_INTIMATE_IMAGERY:Lnet/minecraft/client/session/report/AbuseReportReason;
intermediary
field_39663
Lnet/minecraft/class_7573;field_39663:Lnet/minecraft/class_7573;
official
j
Lfzd;j:Lfzd;
Field Details
id
Mappings:
Namespace
Name
Mixin selector
named
id
Lnet/minecraft/client/session/report/AbuseReportReason;id:Ljava/lang/String;
intermediary
field_39671
Lnet/minecraft/class_7573;field_39671:Ljava/lang/String;
official
k
Lfzd;k:Ljava/lang/String;
text
Mappings:
Namespace
Name
Mixin selector
named
text
Lnet/minecraft/client/session/report/AbuseReportReason;text:Lnet/minecraft/text/Text;
intermediary
field_39672
Lnet/minecraft/class_7573;field_39672:Lnet/minecraft/class_2561;
official
l
Lfzd;l:Lxp;
description
private final Text description
Mappings:
Namespace
Name
Mixin selector
named
description
Lnet/minecraft/client/session/report/AbuseReportReason;description:Lnet/minecraft/text/Text;
intermediary
field_39673
Lnet/minecraft/class_7573;field_39673:Lnet/minecraft/class_2561;
official
m
Lfzd;m:Lxp;
Constructor Details
AbuseReportReason
private AbuseReportReason (String id)
Mappings:
Namespace
Name
Mixin selector
named
<init>
Lnet/minecraft/client/session/report/AbuseReportReason;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary
<init>
Lnet/minecraft/class_7573;<init>(Ljava/lang/String;ILjava/lang/String;)V
official
<init>
Lfzd;<init>(Ljava/lang/String;ILjava/lang/String;)V
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getId
Mappings:
Namespace
Name
Mixin selector
named
getId
Lnet/minecraft/client/session/report/AbuseReportReason;getId()Ljava/lang/String;
intermediary
method_44594
Lnet/minecraft/class_7573;method_44594()Ljava/lang/String;
official
a
Lfzd;a()Ljava/lang/String;
getText
Mappings:
Namespace
Name
Mixin selector
named
getText
Lnet/minecraft/client/session/report/AbuseReportReason;getText()Lnet/minecraft/text/Text;
intermediary
method_44595
Lnet/minecraft/class_7573;method_44595()Lnet/minecraft/class_2561;
official
b
Lfzd;b()Lxp;
getDescription
public Text getDescription ()
Mappings:
Namespace
Name
Mixin selector
named
getDescription
Lnet/minecraft/client/session/report/AbuseReportReason;getDescription()Lnet/minecraft/text/Text;
intermediary
method_44596
Lnet/minecraft/class_7573;method_44596()Lnet/minecraft/class_2561;
official
c
Lfzd;c()Lxp;