Package net.minecraft
Enum Class class_7573
- All Implemented Interfaces:
Serializable,Comparable<class_7573>,Constable
- Mappings:
Namespace Name official eupintermediary net/minecraft/class_7573named net/minecraft/class_7573
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_7573Returns the enum constant of this class with the specified name.static class_7573[]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 official aLeup;a:Leup;intermediary field_39659Lnet/minecraft/class_7573;field_39659:Lnet/minecraft/class_7573;named HATE_SPEECHLnet/minecraft/class_7573;HATE_SPEECH:Lnet/minecraft/class_7573;
-
TERRORISM_OR_VIOLENT_EXTREMISM
- Mappings:
Namespace Name Mixin selector official bLeup;b:Leup;intermediary field_39660Lnet/minecraft/class_7573;field_39660:Lnet/minecraft/class_7573;named TERRORISM_OR_VIOLENT_EXTREMISMLnet/minecraft/class_7573;TERRORISM_OR_VIOLENT_EXTREMISM:Lnet/minecraft/class_7573;
-
CHILD_SEXUAL_EXPLOITATION_OR_ABUSE
- Mappings:
Namespace Name Mixin selector official cLeup;c:Leup;intermediary field_39661Lnet/minecraft/class_7573;field_39661:Lnet/minecraft/class_7573;named CHILD_SEXUAL_EXPLOITATION_OR_ABUSELnet/minecraft/class_7573;CHILD_SEXUAL_EXPLOITATION_OR_ABUSE:Lnet/minecraft/class_7573;
-
IMMINENT_HARM
- Mappings:
Namespace Name Mixin selector official dLeup;d:Leup;intermediary field_39662Lnet/minecraft/class_7573;field_39662:Lnet/minecraft/class_7573;named IMMINENT_HARMLnet/minecraft/class_7573;IMMINENT_HARM:Lnet/minecraft/class_7573;
-
NON_CONSENSUAL_INTIMATE_IMAGERY
- Mappings:
Namespace Name Mixin selector official eLeup;e:Leup;intermediary field_39663Lnet/minecraft/class_7573;field_39663:Lnet/minecraft/class_7573;named NON_CONSENSUAL_INTIMATE_IMAGERYLnet/minecraft/class_7573;NON_CONSENSUAL_INTIMATE_IMAGERY:Lnet/minecraft/class_7573;
-
HARASSMENT_OR_BULLYING
- Mappings:
Namespace Name Mixin selector official fLeup;f:Leup;intermediary field_39664Lnet/minecraft/class_7573;field_39664:Lnet/minecraft/class_7573;named HARASSMENT_OR_BULLYINGLnet/minecraft/class_7573;HARASSMENT_OR_BULLYING:Lnet/minecraft/class_7573;
-
PROFANITY
- Mappings:
Namespace Name Mixin selector official gLeup;g:Leup;intermediary field_39665Lnet/minecraft/class_7573;field_39665:Lnet/minecraft/class_7573;named PROFANITYLnet/minecraft/class_7573;PROFANITY:Lnet/minecraft/class_7573;
-
DEFAMATION_IMPERSONATION_FALSE_INFORMATION
- Mappings:
Namespace Name Mixin selector official hLeup;h:Leup;intermediary field_39666Lnet/minecraft/class_7573;field_39666:Lnet/minecraft/class_7573;named DEFAMATION_IMPERSONATION_FALSE_INFORMATIONLnet/minecraft/class_7573;DEFAMATION_IMPERSONATION_FALSE_INFORMATION:Lnet/minecraft/class_7573;
-
SELF_HARM_OR_SUICIDE
- Mappings:
Namespace Name Mixin selector official iLeup;i:Leup;intermediary field_39667Lnet/minecraft/class_7573;field_39667:Lnet/minecraft/class_7573;named SELF_HARM_OR_SUICIDELnet/minecraft/class_7573;SELF_HARM_OR_SUICIDE:Lnet/minecraft/class_7573;
-
NUDITY_OR_PORNOGRAPHY
- Mappings:
Namespace Name Mixin selector official jLeup;j:Leup;intermediary field_39668Lnet/minecraft/class_7573;field_39668:Lnet/minecraft/class_7573;named NUDITY_OR_PORNOGRAPHYLnet/minecraft/class_7573;NUDITY_OR_PORNOGRAPHY:Lnet/minecraft/class_7573;
-
EXTREME_VIOLENCE_OR_GORE
- Mappings:
Namespace Name Mixin selector official kLeup;k:Leup;intermediary field_39669Lnet/minecraft/class_7573;field_39669:Lnet/minecraft/class_7573;named EXTREME_VIOLENCE_OR_GORELnet/minecraft/class_7573;EXTREME_VIOLENCE_OR_GORE:Lnet/minecraft/class_7573;
-
ALCOHOL_TOBACCO_DRUGS
- Mappings:
Namespace Name Mixin selector official lLeup;l:Leup;intermediary field_39670Lnet/minecraft/class_7573;field_39670:Lnet/minecraft/class_7573;named ALCOHOL_TOBACCO_DRUGSLnet/minecraft/class_7573;ALCOHOL_TOBACCO_DRUGS:Lnet/minecraft/class_7573;
-
-
Field Details
-
field_39671
- Mappings:
Namespace Name Mixin selector official mLeup;m:Ljava/lang/String;intermediary field_39671Lnet/minecraft/class_7573;field_39671:Ljava/lang/String;named field_39671Lnet/minecraft/class_7573;field_39671:Ljava/lang/String;
-
field_39672
- Mappings:
Namespace Name Mixin selector official nLeup;n:Lrm;intermediary field_39672Lnet/minecraft/class_7573;field_39672:Lnet/minecraft/class_2561;named field_39672Lnet/minecraft/class_7573;field_39672:Lnet/minecraft/text/Text;
-
field_39673
- Mappings:
Namespace Name Mixin selector official oLeup;o:Lrm;intermediary field_39673Lnet/minecraft/class_7573;field_39673:Lnet/minecraft/class_2561;named field_39673Lnet/minecraft/class_7573;field_39673:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_7573
-
-
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
-
method_44594
- Mappings:
Namespace Name Mixin selector official aLeup;a()Ljava/lang/String;intermediary method_44594Lnet/minecraft/class_7573;method_44594()Ljava/lang/String;named method_44594Lnet/minecraft/class_7573;method_44594()Ljava/lang/String;
-
method_44595
- Mappings:
Namespace Name Mixin selector official bLeup;b()Lrm;intermediary method_44595Lnet/minecraft/class_7573;method_44595()Lnet/minecraft/class_2561;named method_44595Lnet/minecraft/class_7573;method_44595()Lnet/minecraft/text/Text;
-
method_44596
- Mappings:
Namespace Name Mixin selector official cLeup;c()Lrm;intermediary method_44596Lnet/minecraft/class_7573;method_44596()Lnet/minecraft/class_2561;named method_44596Lnet/minecraft/class_7573;method_44596()Lnet/minecraft/text/Text;
-