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
CHAT
Mappings:
Namespace
Name
Mixin selector
official
a
Lfov;a:Lfov;
intermediary
field_46064
Lnet/minecraft/class_8776;field_46064:Lnet/minecraft/class_8776;
named
CHAT
Lnet/minecraft/client/session/report/AbuseReportType;CHAT:Lnet/minecraft/client/session/report/AbuseReportType;
SKIN
Mappings:
Namespace
Name
Mixin selector
official
b
Lfov;b:Lfov;
intermediary
field_46065
Lnet/minecraft/class_8776;field_46065:Lnet/minecraft/class_8776;
named
SKIN
Lnet/minecraft/client/session/report/AbuseReportType;SKIN:Lnet/minecraft/client/session/report/AbuseReportType;
USERNAME
Mappings:
Namespace
Name
Mixin selector
official
c
Lfov;c:Lfov;
intermediary
field_46066
Lnet/minecraft/class_8776;field_46066:Lnet/minecraft/class_8776;
named
USERNAME
Lnet/minecraft/client/session/report/AbuseReportType;USERNAME:Lnet/minecraft/client/session/report/AbuseReportType;
Field Details
name
Mappings:
Namespace
Name
Mixin selector
official
d
Lfov;d:Ljava/lang/String;
intermediary
field_46067
Lnet/minecraft/class_8776;field_46067:Ljava/lang/String;
named
name
Lnet/minecraft/client/session/report/AbuseReportType;name:Ljava/lang/String;
Constructor Details
AbuseReportType
private AbuseReportType (String name)
Mappings:
Namespace
Name
Mixin selector
official
<init>
Lfov;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary
<init>
Lnet/minecraft/class_8776;<init>(Ljava/lang/String;ILjava/lang/String;)V
named
<init>
Lnet/minecraft/client/session/report/AbuseReportType;<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
getName
Mappings:
Namespace
Name
Mixin selector
official
a
Lfov;a()Ljava/lang/String;
intermediary
method_53616
Lnet/minecraft/class_8776;method_53616()Ljava/lang/String;
named
getName
Lnet/minecraft/client/session/report/AbuseReportType;getName()Ljava/lang/String;