Package net.minecraft.client.gui.screen
Enum Class GameModeSelectionScreen.GameMode
java.lang.Object
java.lang.Enum<GameModeSelectionScreen.GameMode>
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameMode
- All Implemented Interfaces:
Serializable,Comparable<GameModeSelectionScreen.GameMode>,Constable
- Enclosing class:
- GameModeSelectionScreen
@Environment(CLIENT)
private static enum GameModeSelectionScreen.GameMode
extends Enum<GameModeSelectionScreen.GameMode>
- Mappings:
Namespace Name official eat$aintermediary net/minecraft/class_5289$class_5290named net/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) Stringprotected static intprivate static int(package private) ItemStack(package private) Textprotected static GameModeSelectionScreen.GameMode[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String(package private) TextgetText()(package private) Optional<GameModeSelectionScreen.GameMode>next()(package private) static Optional<GameModeSelectionScreen.GameMode>(package private) voidrenderIcon(ItemRenderer itemRenderer, int x, int y)Returns the enum constant of this class with the specified name.static GameModeSelectionScreen.GameMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATIVE
- Mappings:
Namespace Name Mixin selector official aLeat$a;a:Leat$a;intermediary field_24576Lnet/minecraft/class_5289$class_5290;field_24576:Lnet/minecraft/class_5289$class_5290;named CREATIVELnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;CREATIVE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
SURVIVAL
- Mappings:
Namespace Name Mixin selector official bLeat$a;b:Leat$a;intermediary field_24577Lnet/minecraft/class_5289$class_5290;field_24577:Lnet/minecraft/class_5289$class_5290;named SURVIVALLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;SURVIVAL:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
ADVENTURE
- Mappings:
Namespace Name Mixin selector official cLeat$a;c:Leat$a;intermediary field_24578Lnet/minecraft/class_5289$class_5290;field_24578:Lnet/minecraft/class_5289$class_5290;named ADVENTURELnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;ADVENTURE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
SPECTATOR
- Mappings:
Namespace Name Mixin selector official dLeat$a;d:Leat$a;intermediary field_24579Lnet/minecraft/class_5289$class_5290;field_24579:Lnet/minecraft/class_5289$class_5290;named SPECTATORLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;SPECTATOR:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official eLeat$a;e:[Leat$a;intermediary field_24580Lnet/minecraft/class_5289$class_5290;field_24580:[Lnet/minecraft/class_5289$class_5290;named VALUESLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;VALUES:[Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
field_32317
private static final int field_32317- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official jLeat$a;j:Iintermediary field_32317Lnet/minecraft/class_5289$class_5290;field_32317:Inamed field_32317Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;field_32317:I
-
field_32316
protected static final int field_32316- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official fLeat$a;f:Iintermediary field_32316Lnet/minecraft/class_5289$class_5290;field_32316:Inamed field_32316Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;field_32316:I
-
text
- Mappings:
Namespace Name Mixin selector official gLeat$a;g:Lon;intermediary field_24581Lnet/minecraft/class_5289$class_5290;field_24581:Lnet/minecraft/class_2561;named textLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;text:Lnet/minecraft/text/Text;
-
command
- Mappings:
Namespace Name Mixin selector official hLeat$a;h:Ljava/lang/String;intermediary field_24582Lnet/minecraft/class_5289$class_5290;field_24582:Ljava/lang/String;named commandLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;command:Ljava/lang/String;
-
icon
- Mappings:
Namespace Name Mixin selector official iLeat$a;i:Lbpz;intermediary field_24583Lnet/minecraft/class_5289$class_5290;field_24583:Lnet/minecraft/class_1799;named iconLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;icon:Lnet/minecraft/item/ItemStack;
-
-
Constructor Details
-
GameMode
- Mappings:
Namespace Name Mixin selector official <init>Leat$a;<init>(Ljava/lang/String;ILon;Ljava/lang/String;Lbpz;)Vintermediary <init>Lnet/minecraft/class_5289$class_5290;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;Ljava/lang/String;Lnet/minecraft/class_1799;)Vnamed <init>Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;Ljava/lang/String;Lnet/minecraft/item/ItemStack;)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 nameNullPointerException- if the argument is null
-
renderIcon
- Mappings:
Namespace Name Mixin selector official aLeat$a;a(Lesn;II)Vintermediary method_28074Lnet/minecraft/class_5289$class_5290;method_28074(Lnet/minecraft/class_918;II)Vnamed renderIconLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;renderIcon(Lnet/minecraft/client/render/item/ItemRenderer;II)V
-
getText
Text getText()- Mappings:
Namespace Name Mixin selector official aLeat$a;a()Lon;intermediary method_28070Lnet/minecraft/class_5289$class_5290;method_28070()Lnet/minecraft/class_2561;named getTextLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;getText()Lnet/minecraft/text/Text;
-
getCommand
String getCommand()- Mappings:
Namespace Name Mixin selector official bLeat$a;b()Ljava/lang/String;intermediary method_28075Lnet/minecraft/class_5289$class_5290;method_28075()Ljava/lang/String;named getCommandLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;getCommand()Ljava/lang/String;
-
next
- Mappings:
Namespace Name Mixin selector official cLeat$a;c()Ljava/util/Optional;intermediary method_28078Lnet/minecraft/class_5289$class_5290;method_28078()Ljava/util/Optional;named nextLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;next()Ljava/util/Optional;
-
of
- Mappings:
Namespace Name Mixin selector official aLeat$a;a(Lbvw;)Ljava/util/Optional;intermediary method_28076Lnet/minecraft/class_5289$class_5290;method_28076(Lnet/minecraft/class_1934;)Ljava/util/Optional;named ofLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;of(Lnet/minecraft/world/GameMode;)Ljava/util/Optional;
-