类 GameModeArgument

java.lang.Object
net.minecraft.commands.arguments.GameModeArgument
所有已实现的接口:
com.mojang.brigadier.arguments.ArgumentType<GameType>

public class GameModeArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<GameType>
  • 字段详细资料

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • VALUES

      private static final GameType[] VALUES
    • ERROR_INVALID

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID
  • 构造器详细资料

    • GameModeArgument

      public GameModeArgument()
  • 方法详细资料

    • parse

      public GameType parse(com.mojang.brigadier.StringReader p_260111_) 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> p_259767_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_259515_)
      指定者:
      listSuggestions 在接口中 com.mojang.brigadier.arguments.ArgumentType<GameType>
    • getExamples

      public Collection<String> getExamples()
      指定者:
      getExamples 在接口中 com.mojang.brigadier.arguments.ArgumentType<GameType>
    • gameMode

      public static GameModeArgument gameMode()
    • getGameMode

      public static GameType getGameMode(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_259927_, String p_260246_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      抛出:
      com.mojang.brigadier.exceptions.CommandSyntaxException