Package net.minecraft.command.argument
Class GameModeArgumentType
java.lang.Object
net.minecraft.command.argument.GameModeArgumentType
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<GameMode>
public class GameModeArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<GameMode>
- Mappings:
- Namespace - Name - official - ed- intermediary - net/minecraft/class_7918- named - net/minecraft/command/argument/GameModeArgumentType
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Collection<String>private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final GameMode[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic GameModeArgumentTypegameMode()static GameModegetGameMode(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) parse(com.mojang.brigadier.StringReader stringReader) 
- 
Field Details- 
EXAMPLES- Mappings:
- Namespace - Name - Mixin selector - official - a- Led;a:Ljava/util/Collection;- intermediary - field_41088- Lnet/minecraft/class_7918;field_41088:Ljava/util/Collection;- named - EXAMPLES- Lnet/minecraft/command/argument/GameModeArgumentType;EXAMPLES:Ljava/util/Collection;
 
- 
VALUES- Mappings:
- Namespace - Name - Mixin selector - official - b- Led;b:[Lcmj;- intermediary - field_41089- Lnet/minecraft/class_7918;field_41089:[Lnet/minecraft/class_1934;- named - VALUES- Lnet/minecraft/command/argument/GameModeArgumentType;VALUES:[Lnet/minecraft/world/GameMode;
 
- 
INVALID_GAME_MODE_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_GAME_MODE_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - c- Led;c:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- intermediary - field_41090- Lnet/minecraft/class_7918;field_41090:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- named - INVALID_GAME_MODE_EXCEPTION- Lnet/minecraft/command/argument/GameModeArgumentType;INVALID_GAME_MODE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 
 
- 
- 
Constructor Details- 
GameModeArgumentTypepublic GameModeArgumentType()
 
- 
- 
Method Details- 
parsepublic GameMode parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<GameMode>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Led;a(Lcom/mojang/brigadier/StringReader;)Lcmj;- intermediary - method_47384- Lnet/minecraft/class_7918;method_47384(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_1934;- named - parse- Lnet/minecraft/command/argument/GameModeArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/world/GameMode;
 
- 
listSuggestionspublic <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Specified by:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<GameMode>
- Mappings:
- Namespace - Name - Mixin selector - official - listSuggestions- Led;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;- intermediary - listSuggestions- Lnet/minecraft/class_7918;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;- named - listSuggestions- Lnet/minecraft/command/argument/GameModeArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<GameMode>
 
- 
gameMode- Mappings:
- Namespace - Name - Mixin selector - official - a- Led;a()Led;- intermediary - method_47383- Lnet/minecraft/class_7918;method_47383()Lnet/minecraft/class_7918;- named - gameMode- Lnet/minecraft/command/argument/GameModeArgumentType;gameMode()Lnet/minecraft/command/argument/GameModeArgumentType;
 
- 
getGameModepublic static GameMode getGameMode(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Led;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcmj;- intermediary - method_47385- Lnet/minecraft/class_7918;method_47385(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_1934;- named - getGameMode- Lnet/minecraft/command/argument/GameModeArgumentType;getGameMode(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/world/GameMode;
 
 
-