Package net.minecraft.commands.arguments
Class GameModeArgument
java.lang.Object
net.minecraft.commands.arguments.GameModeArgument
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<GameType>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String>private static final GameType[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic GameModeArgumentgameMode()static GameTypegetGameMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_259927_, String p_260246_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_259767_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_259515_) parse(com.mojang.brigadier.StringReader p_260111_) 
- 
Field Details- 
EXAMPLES
- 
VALUES
- 
ERROR_INVALIDprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID
 
- 
- 
Constructor Details- 
GameModeArgumentpublic GameModeArgument()
 
- 
- 
Method Details- 
parsepublic GameType parse(com.mojang.brigadier.StringReader p_260111_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<GameType>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
listSuggestionspublic <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_259767_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_259515_) - Specified by:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<GameType>
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<GameType>
 
- 
gameMode
- 
getGameModepublic static GameType getGameMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_259927_, String p_260246_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-