类 GameModeArgument
java.lang.Object
net.minecraft.commands.arguments.GameModeArgument
- 所有已实现的接口:
com.mojang.brigadier.arguments.ArgumentType<GameType>
-
字段概要
字段修饰符和类型字段说明private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection<String>
private static final GameType[]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static GameModeArgument
gameMode()
static GameType
getGameMode
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) parse
(com.mojang.brigadier.StringReader pReader)
-
字段详细资料
-
EXAMPLES
-
VALUES
-
ERROR_INVALID
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID
-
-
构造器详细资料
-
GameModeArgument
public GameModeArgument()
-
-
方法详细资料
-
parse
public GameType parse(com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 指定者:
parse
在接口中com.mojang.brigadier.arguments.ArgumentType<GameType>
- 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) - 指定者:
listSuggestions
在接口中com.mojang.brigadier.arguments.ArgumentType<GameType>
-
getExamples
- 指定者:
getExamples
在接口中com.mojang.brigadier.arguments.ArgumentType<GameType>
-
gameMode
-
getGameMode
public static GameType getGameMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-