Package net.minecraft.client.report
Enum Class AbuseReportReason
- All Implemented Interfaces:
Serializable,Comparable<AbuseReportReason>,Constable
- Mappings:
Namespace Name intermediary net/minecraft/class_7573official ffgnamed net/minecraft/client/report/AbuseReportReason
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getText()static AbuseReportReasonReturns the enum constant of this class with the specified name.static AbuseReportReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HATE_SPEECH
- Mappings:
Namespace Name Mixin selector intermediary field_39659Lnet/minecraft/class_7573;field_39659:Lnet/minecraft/class_7573;official aLffg;a:Lffg;named HATE_SPEECHLnet/minecraft/client/report/AbuseReportReason;HATE_SPEECH:Lnet/minecraft/client/report/AbuseReportReason;
-
TERRORISM_OR_VIOLENT_EXTREMISM
- Mappings:
Namespace Name Mixin selector intermediary field_39660Lnet/minecraft/class_7573;field_39660:Lnet/minecraft/class_7573;official bLffg;b:Lffg;named TERRORISM_OR_VIOLENT_EXTREMISMLnet/minecraft/client/report/AbuseReportReason;TERRORISM_OR_VIOLENT_EXTREMISM:Lnet/minecraft/client/report/AbuseReportReason;
-
CHILD_SEXUAL_EXPLOITATION_OR_ABUSE
- Mappings:
Namespace Name Mixin selector intermediary field_39661Lnet/minecraft/class_7573;field_39661:Lnet/minecraft/class_7573;official cLffg;c:Lffg;named CHILD_SEXUAL_EXPLOITATION_OR_ABUSELnet/minecraft/client/report/AbuseReportReason;CHILD_SEXUAL_EXPLOITATION_OR_ABUSE:Lnet/minecraft/client/report/AbuseReportReason;
-
IMMINENT_HARM
- Mappings:
Namespace Name Mixin selector intermediary field_39662Lnet/minecraft/class_7573;field_39662:Lnet/minecraft/class_7573;official dLffg;d:Lffg;named IMMINENT_HARMLnet/minecraft/client/report/AbuseReportReason;IMMINENT_HARM:Lnet/minecraft/client/report/AbuseReportReason;
-
NON_CONSENSUAL_INTIMATE_IMAGERY
- Mappings:
Namespace Name Mixin selector intermediary field_39663Lnet/minecraft/class_7573;field_39663:Lnet/minecraft/class_7573;official eLffg;e:Lffg;named NON_CONSENSUAL_INTIMATE_IMAGERYLnet/minecraft/client/report/AbuseReportReason;NON_CONSENSUAL_INTIMATE_IMAGERY:Lnet/minecraft/client/report/AbuseReportReason;
-
HARASSMENT_OR_BULLYING
- Mappings:
Namespace Name Mixin selector intermediary field_39664Lnet/minecraft/class_7573;field_39664:Lnet/minecraft/class_7573;official fLffg;f:Lffg;named HARASSMENT_OR_BULLYINGLnet/minecraft/client/report/AbuseReportReason;HARASSMENT_OR_BULLYING:Lnet/minecraft/client/report/AbuseReportReason;
-
DEFAMATION_IMPERSONATION_FALSE_INFORMATION
- Mappings:
Namespace Name Mixin selector intermediary field_39666Lnet/minecraft/class_7573;field_39666:Lnet/minecraft/class_7573;official gLffg;g:Lffg;named DEFAMATION_IMPERSONATION_FALSE_INFORMATIONLnet/minecraft/client/report/AbuseReportReason;DEFAMATION_IMPERSONATION_FALSE_INFORMATION:Lnet/minecraft/client/report/AbuseReportReason;
-
SELF_HARM_OR_SUICIDE
- Mappings:
Namespace Name Mixin selector intermediary field_39667Lnet/minecraft/class_7573;field_39667:Lnet/minecraft/class_7573;official hLffg;h:Lffg;named SELF_HARM_OR_SUICIDELnet/minecraft/client/report/AbuseReportReason;SELF_HARM_OR_SUICIDE:Lnet/minecraft/client/report/AbuseReportReason;
-
ALCOHOL_TOBACCO_DRUGS
- Mappings:
Namespace Name Mixin selector intermediary field_39670Lnet/minecraft/class_7573;field_39670:Lnet/minecraft/class_7573;official iLffg;i:Lffg;named ALCOHOL_TOBACCO_DRUGSLnet/minecraft/client/report/AbuseReportReason;ALCOHOL_TOBACCO_DRUGS:Lnet/minecraft/client/report/AbuseReportReason;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector intermediary field_39671Lnet/minecraft/class_7573;field_39671:Ljava/lang/String;official jLffg;j:Ljava/lang/String;named idLnet/minecraft/client/report/AbuseReportReason;id:Ljava/lang/String;
-
text
- Mappings:
Namespace Name Mixin selector intermediary field_39672Lnet/minecraft/class_7573;field_39672:Lnet/minecraft/class_2561;official kLffg;k:Lsw;named textLnet/minecraft/client/report/AbuseReportReason;text:Lnet/minecraft/text/Text;
-
description
- Mappings:
Namespace Name Mixin selector intermediary field_39673Lnet/minecraft/class_7573;field_39673:Lnet/minecraft/class_2561;official lLffg;l:Lsw;named descriptionLnet/minecraft/client/report/AbuseReportReason;description:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
AbuseReportReason
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_7573;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lffg;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/report/AbuseReportReason;<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 nameNullPointerException- if the argument is null
-
getId
- Mappings:
Namespace Name Mixin selector intermediary method_44594Lnet/minecraft/class_7573;method_44594()Ljava/lang/String;official aLffg;a()Ljava/lang/String;named getIdLnet/minecraft/client/report/AbuseReportReason;getId()Ljava/lang/String;
-
getText
- Mappings:
Namespace Name Mixin selector intermediary method_44595Lnet/minecraft/class_7573;method_44595()Lnet/minecraft/class_2561;official bLffg;b()Lsw;named getTextLnet/minecraft/client/report/AbuseReportReason;getText()Lnet/minecraft/text/Text;
-
getDescription
- Mappings:
Namespace Name Mixin selector intermediary method_44596Lnet/minecraft/class_7573;method_44596()Lnet/minecraft/class_2561;official cLffg;c()Lsw;named getDescriptionLnet/minecraft/client/report/AbuseReportReason;getDescription()Lnet/minecraft/text/Text;
-