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