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