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
SURVIVAL
Mappings:
Namespace
Name
Mixin selector
official
a
Lfdh$a;a:Lfdh$a;
intermediary
field_20624
Lnet/minecraft/class_8100$class_4539;field_20624:Lnet/minecraft/class_8100$class_4539;
named
SURVIVAL
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;SURVIVAL:Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;
HARDCORE
Mappings:
Namespace
Name
Mixin selector
official
b
Lfdh$a;b:Lfdh$a;
intermediary
field_20625
Lnet/minecraft/class_8100$class_4539;field_20625:Lnet/minecraft/class_8100$class_4539;
named
HARDCORE
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;HARDCORE:Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;
CREATIVE
Mappings:
Namespace
Name
Mixin selector
official
c
Lfdh$a;c:Lfdh$a;
intermediary
field_20626
Lnet/minecraft/class_8100$class_4539;field_20626:Lnet/minecraft/class_8100$class_4539;
named
CREATIVE
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;CREATIVE:Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;
DEBUG
Mappings:
Namespace
Name
Mixin selector
official
d
Lfdh$a;d:Lfdh$a;
intermediary
field_20627
Lnet/minecraft/class_8100$class_4539;field_20627:Lnet/minecraft/class_8100$class_4539;
named
DEBUG
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;DEBUG:Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;
Field Details
defaultGameMode
Mappings:
Namespace
Name
Mixin selector
official
e
Lfdh$a;e:Lcps;
intermediary
field_20629
Lnet/minecraft/class_8100$class_4539;field_20629:Lnet/minecraft/class_1934;
named
defaultGameMode
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;defaultGameMode:Lnet/minecraft/world/GameMode;
name
Mappings:
Namespace
Name
Mixin selector
official
f
Lfdh$a;f:Ltl;
intermediary
field_42224
Lnet/minecraft/class_8100$class_4539;field_42224:Lnet/minecraft/class_2561;
named
name
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;name:Lnet/minecraft/text/Text;
info
Mappings:
Namespace
Name
Mixin selector
official
g
Lfdh$a;g:Ltl;
intermediary
field_42225
Lnet/minecraft/class_8100$class_4539;field_42225:Lnet/minecraft/class_2561;
named
info
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;info:Lnet/minecraft/text/Text;
Constructor Details
Mode
Mappings:
Namespace
Name
Mixin selector
official
<init>
Lfdh$a;<init>(Ljava/lang/String;ILjava/lang/String;Lcps;)V
intermediary
<init>
Lnet/minecraft/class_8100$class_4539;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_1934;)V
named
<init>
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/world/GameMode;)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
getInfo
Mappings:
Namespace
Name
Mixin selector
official
a
Lfdh$a;a()Ltl;
intermediary
method_48736
Lnet/minecraft/class_8100$class_4539;method_48736()Lnet/minecraft/class_2561;
named
getInfo
Lnet/minecraft/client/gui/screen/world/WorldCreator$Mode;getInfo()Lnet/minecraft/text/Text;