Package net.minecraft.client.gui.screen
Enum Class GameModeSelectionScreen.GameModeSelection
java.lang.Object
java.lang.Enum<GameModeSelectionScreen.GameModeSelection>
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
- All Implemented Interfaces:
Serializable,Comparable<GameModeSelectionScreen.GameModeSelection>,Constable
- Enclosing class:
GameModeSelectionScreen
@Environment(CLIENT)
private static enum GameModeSelectionScreen.GameModeSelection
extends Enum<GameModeSelectionScreen.GameModeSelection>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelectionintermediary net/minecraft/class_5289$class_5290official fnp$a
-
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) final Stringprotected static final intprivate static final int(package private) final ItemStack(package private) final Textprotected static final GameModeSelectionScreen.GameModeSelection[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateGameModeSelection(Text text, String command, ItemStack icon) -
Method Summary
Modifier and TypeMethodDescription(package private) String(package private) TextgetText()(package private) GameModeSelectionScreen.GameModeSelectionnext()(package private) static GameModeSelectionScreen.GameModeSelection(package private) voidrenderIcon(DrawContext context, int x, int y) Returns the enum constant of this class with the specified name.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 named CREATIVELnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;CREATIVE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary field_24576Lnet/minecraft/class_5289$class_5290;field_24576:Lnet/minecraft/class_5289$class_5290;official aLfnp$a;a:Lfnp$a;
-
SURVIVAL
- Mappings:
Namespace Name Mixin selector named SURVIVALLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;SURVIVAL:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary field_24577Lnet/minecraft/class_5289$class_5290;field_24577:Lnet/minecraft/class_5289$class_5290;official bLfnp$a;b:Lfnp$a;
-
ADVENTURE
- Mappings:
Namespace Name Mixin selector named ADVENTURELnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;ADVENTURE:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary field_24578Lnet/minecraft/class_5289$class_5290;field_24578:Lnet/minecraft/class_5289$class_5290;official cLfnp$a;c:Lfnp$a;
-
SPECTATOR
- Mappings:
Namespace Name Mixin selector named SPECTATORLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;SPECTATOR:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary field_24579Lnet/minecraft/class_5289$class_5290;field_24579:Lnet/minecraft/class_5289$class_5290;official dLfnp$a;d:Lfnp$a;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector named VALUESLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;VALUES:[Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary field_24580Lnet/minecraft/class_5289$class_5290;field_24580:[Lnet/minecraft/class_5289$class_5290;official eLfnp$a;e:[Lfnp$a;
-
field_32317
private static final int field_32317- See Also:
- Mappings:
Namespace Name Mixin selector named field_32317Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;field_32317:Iintermediary field_32317Lnet/minecraft/class_5289$class_5290;field_32317:Iofficial jLfnp$a;j:I
-
field_32316
protected static final int field_32316- See Also:
- Mappings:
Namespace Name Mixin selector named field_32316Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;field_32316:Iintermediary field_32316Lnet/minecraft/class_5289$class_5290;field_32316:Iofficial fLfnp$a;f:I
-
text
- Mappings:
Namespace Name Mixin selector named textLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;text:Lnet/minecraft/text/Text;intermediary field_24581Lnet/minecraft/class_5289$class_5290;field_24581:Lnet/minecraft/class_2561;official gLfnp$a;g:Lwu;
-
command
- Mappings:
Namespace Name Mixin selector named commandLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;command:Ljava/lang/String;intermediary field_24582Lnet/minecraft/class_5289$class_5290;field_24582:Ljava/lang/String;official hLfnp$a;h:Ljava/lang/String;
-
icon
- Mappings:
Namespace Name Mixin selector named iconLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;icon:Lnet/minecraft/item/ItemStack;intermediary field_24583Lnet/minecraft/class_5289$class_5290;field_24583:Lnet/minecraft/class_1799;official iLfnp$a;i:Lcua;
-
-
Constructor Details
-
GameModeSelection
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;Ljava/lang/String;Lnet/minecraft/item/ItemStack;)Vintermediary <init>Lnet/minecraft/class_5289$class_5290;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;Ljava/lang/String;Lnet/minecraft/class_1799;)Vofficial <init>Lfnp$a;<init>(Ljava/lang/String;ILwu;Ljava/lang/String;Lcua;)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 named renderIconLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;renderIcon(Lnet/minecraft/client/gui/DrawContext;II)Vintermediary method_28074Lnet/minecraft/class_5289$class_5290;method_28074(Lnet/minecraft/class_332;II)Vofficial aLfnp$a;a(Lfgz;II)V
-
getText
Text getText()- Mappings:
Namespace Name Mixin selector named getTextLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;getText()Lnet/minecraft/text/Text;intermediary method_28070Lnet/minecraft/class_5289$class_5290;method_28070()Lnet/minecraft/class_2561;official aLfnp$a;a()Lwu;
-
getCommand
String getCommand()- Mappings:
Namespace Name Mixin selector named getCommandLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;getCommand()Ljava/lang/String;intermediary method_28075Lnet/minecraft/class_5289$class_5290;method_28075()Ljava/lang/String;official bLfnp$a;b()Ljava/lang/String;
-
next
- Mappings:
Namespace Name Mixin selector named nextLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;next()Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary method_28078Lnet/minecraft/class_5289$class_5290;method_28078()Lnet/minecraft/class_5289$class_5290;official cLfnp$a;c()Lfnp$a;
-
of
- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;of(Lnet/minecraft/world/GameMode;)Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameModeSelection;intermediary method_28076Lnet/minecraft/class_5289$class_5290;method_28076(Lnet/minecraft/class_1934;)Lnet/minecraft/class_5289$class_5290;official aLfnp$a;a(Ldca;)Lfnp$a;
-