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 unique string representation of the enum, used for serialization.
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
INT
Mappings:
Namespace
Name
Mixin selector
named
INT
Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;INT:Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;
intermediary
field_62399
Lnet/minecraft/class_11845;field_62399:Lnet/minecraft/class_11845;
official
a
Lesl;a:Lesl;
BOOL
Mappings:
Namespace
Name
Mixin selector
named
BOOL
Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;BOOL:Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;
intermediary
field_62400
Lnet/minecraft/class_11845;field_62400:Lnet/minecraft/class_11845;
official
b
Lesl;b:Lesl;
Field Details
name
Mappings:
Namespace
Name
Mixin selector
named
name
Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;name:Ljava/lang/String;
intermediary
field_62401
Lnet/minecraft/class_11845;field_62401:Ljava/lang/String;
official
c
Lesl;c:Ljava/lang/String;
Constructor Details
GameRuleType
private GameRuleType (String name)
Mappings:
Namespace
Name
Mixin selector
named
<init>
Lnet/minecraft/server/dedicated/management/dispatch/GameRuleType;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary
<init>
Lnet/minecraft/class_11845;<init>(Ljava/lang/String;ILjava/lang/String;)V
official
<init>
Lesl;<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
asString
Returns the unique string representation of the enum, used for serialization.
Specified by:
asString in interface StringIdentifiable
Returns:
the unique string representation of the enum, used for serialization
Mappings:
Namespace
Name
Mixin selector
named
asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary
method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official
c
Lbhb;c()Ljava/lang/String;