JavaScript is disabled on your browser.
Constructor Summary
Constructors
Modifier
Constructor
Description
private
Mode (String translationSuffix,
GameMode defaultGameMode)
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
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
Ldyt$b;a:Ldyt$b;
intermediary
field_20624
Lnet/minecraft/class_525$class_4539;field_20624:Lnet/minecraft/class_525$class_4539;
named
SURVIVAL
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;SURVIVAL:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
HARDCORE
Mappings:
Namespace
Name
Mixin selector
official
b
Ldyt$b;b:Ldyt$b;
intermediary
field_20625
Lnet/minecraft/class_525$class_4539;field_20625:Lnet/minecraft/class_525$class_4539;
named
HARDCORE
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;HARDCORE:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
CREATIVE
Mappings:
Namespace
Name
Mixin selector
official
c
Ldyt$b;c:Ldyt$b;
intermediary
field_20626
Lnet/minecraft/class_525$class_4539;field_20626:Lnet/minecraft/class_525$class_4539;
named
CREATIVE
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;CREATIVE:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
DEBUG
Mappings:
Namespace
Name
Mixin selector
official
d
Ldyt$b;d:Ldyt$b;
intermediary
field_20627
Lnet/minecraft/class_525$class_4539;field_20627:Lnet/minecraft/class_525$class_4539;
named
DEBUG
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;DEBUG:Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;
Field Details
translationSuffix
private final String translationSuffix
Mappings:
Namespace
Name
Mixin selector
official
e
Ldyt$b;e:Ljava/lang/String;
intermediary
field_20628
Lnet/minecraft/class_525$class_4539;field_20628:Ljava/lang/String;
named
translationSuffix
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;translationSuffix:Ljava/lang/String;
defaultGameMode
Mappings:
Namespace
Name
Mixin selector
official
f
Ldyt$b;f:Lbts;
intermediary
field_20629
Lnet/minecraft/class_525$class_4539;field_20629:Lnet/minecraft/class_1934;
named
defaultGameMode
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;defaultGameMode:Lnet/minecraft/world/GameMode;
text
Mappings:
Namespace
Name
Mixin selector
official
g
Ldyt$b;g:Loi;
intermediary
field_27999
Lnet/minecraft/class_525$class_4539;field_27999:Lnet/minecraft/class_2561;
named
text
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;text:Lnet/minecraft/text/Text;
Constructor Details
Mode
Mappings:
Namespace
Name
Mixin selector
official
<init>
Ldyt$b;<init>(Ljava/lang/String;ILjava/lang/String;Lbts;)V
intermediary
<init>
Lnet/minecraft/class_525$class_4539;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_1934;)V
named
<init>
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$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 type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant with the specified name
NullPointerException
- if the argument is null
asText
Mappings:
Namespace
Name
Mixin selector
official
a
Ldyt$b;a()Loi;
intermediary
method_32673
Lnet/minecraft/class_525$class_4539;method_32673()Lnet/minecraft/class_2561;
named
asText
Lnet/minecraft/client/gui/screen/world/CreateWorldScreen$Mode;asText()Lnet/minecraft/text/Text;