Package net.minecraft.client.gui.screen
Enum GameModeSelectionScreen.GameMode
java.lang.Object
java.lang.Enum<GameModeSelectionScreen.GameMode>
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameMode
- All Implemented Interfaces:
Serializable
,Comparable<GameModeSelectionScreen.GameMode>
,java.lang.constant.Constable
- Enclosing class:
- GameModeSelectionScreen
@Environment(CLIENT) static enum GameModeSelectionScreen.GameMode extends Enum<GameModeSelectionScreen.GameMode>
- Mappings:
Namespace Name official dvy$a
intermediary net/minecraft/class_5289$class_5290
named 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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description private String
getCommand()
private Text
getText()
private Optional<GameModeSelectionScreen.GameMode>
next()
private static Optional<GameModeSelectionScreen.GameMode>
of(GameMode gameMode)
private void
renderIcon(ItemRenderer itemRenderer, int x, int y)
static GameModeSelectionScreen.GameMode
valueOf(String name)
Returns the enum constant of this type with the specified name.static GameModeSelectionScreen.GameMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CREATIVE
- Mappings:
Namespace Name Mixin selector official a
Ldvy$a;a:Ldvy$a;
intermediary field_24576
Lnet/minecraft/class_5289$class_5290;field_24576:Lnet/minecraft/class_5289$class_5290;
named CREATIVE
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;CREATIVE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
SURVIVAL
- Mappings:
Namespace Name Mixin selector official b
Ldvy$a;b:Ldvy$a;
intermediary field_24577
Lnet/minecraft/class_5289$class_5290;field_24577:Lnet/minecraft/class_5289$class_5290;
named SURVIVAL
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;SURVIVAL:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
ADVENTURE
- Mappings:
Namespace Name Mixin selector official c
Ldvy$a;c:Ldvy$a;
intermediary field_24578
Lnet/minecraft/class_5289$class_5290;field_24578:Lnet/minecraft/class_5289$class_5290;
named ADVENTURE
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;ADVENTURE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
SPECTATOR
- Mappings:
Namespace Name Mixin selector official d
Ldvy$a;d:Ldvy$a;
intermediary field_24579
Lnet/minecraft/class_5289$class_5290;field_24579:Lnet/minecraft/class_5289$class_5290;
named SPECTATOR
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;SPECTATOR:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official e
Ldvy$a;e:[Ldvy$a;
intermediary field_24580
Lnet/minecraft/class_5289$class_5290;field_24580:[Lnet/minecraft/class_5289$class_5290;
named VALUES
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;VALUES:[Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
-
text
- Mappings:
Namespace Name Mixin selector official f
Ldvy$a;f:Loi;
intermediary field_24581
Lnet/minecraft/class_5289$class_5290;field_24581:Lnet/minecraft/class_2561;
named text
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;text:Lnet/minecraft/text/Text;
-
command
- Mappings:
Namespace Name Mixin selector official g
Ldvy$a;g:Ljava/lang/String;
intermediary field_24582
Lnet/minecraft/class_5289$class_5290;field_24582:Ljava/lang/String;
named command
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;command:Ljava/lang/String;
-
icon
- Mappings:
Namespace Name Mixin selector official h
Ldvy$a;h:Lbnv;
intermediary field_24583
Lnet/minecraft/class_5289$class_5290;field_24583:Lnet/minecraft/class_1799;
named icon
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;icon:Lnet/minecraft/item/ItemStack;
-
-
Constructor Details
-
GameMode
- Mappings:
Namespace Name Mixin selector official <init>
Ldvy$a;<init>(Ljava/lang/String;ILoi;Ljava/lang/String;Lbnv;)V
intermediary <init>
Lnet/minecraft/class_5289$class_5290;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;Ljava/lang/String;Lnet/minecraft/class_1799;)V
named <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 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 nameNullPointerException
- if the argument is null
-
renderIcon
- Mappings:
Namespace Name Mixin selector official a
Ldvy$a;a(Lenf;II)V
intermediary method_28074
Lnet/minecraft/class_5289$class_5290;method_28074(Lnet/minecraft/class_918;II)V
named renderIcon
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;renderIcon(Lnet/minecraft/client/render/item/ItemRenderer;II)V
-
getText
- Mappings:
Namespace Name Mixin selector official a
Ldvy$a;a()Loi;
intermediary method_28070
Lnet/minecraft/class_5289$class_5290;method_28070()Lnet/minecraft/class_2561;
named getText
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;getText()Lnet/minecraft/text/Text;
-
getCommand
- Mappings:
Namespace Name Mixin selector official b
Ldvy$a;b()Ljava/lang/String;
intermediary method_28075
Lnet/minecraft/class_5289$class_5290;method_28075()Ljava/lang/String;
named getCommand
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;getCommand()Ljava/lang/String;
-
next
- Mappings:
Namespace Name Mixin selector official c
Ldvy$a;c()Ljava/util/Optional;
intermediary method_28078
Lnet/minecraft/class_5289$class_5290;method_28078()Ljava/util/Optional;
named next
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;next()Ljava/util/Optional;
-
of
- Mappings:
Namespace Name Mixin selector official b
Ldvy$a;b(Lbts;)Ljava/util/Optional;
intermediary method_28076
Lnet/minecraft/class_5289$class_5290;method_28076(Lnet/minecraft/class_1934;)Ljava/util/Optional;
named of
Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;of(Lnet/minecraft/world/GameMode;)Ljava/util/Optional;
-