Class SettingValueArgumentType

java.lang.Object
meteordevelopment.meteorclient.commands.arguments.SettingValueArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<String>

public class SettingValueArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<String>
  • Constructor Details

    • SettingValueArgumentType

      public SettingValueArgumentType()
  • Method Details

    • create

      public static SettingValueArgumentType create()
    • get

      public static String get(com.mojang.brigadier.context.CommandContext<?> context)
    • parse

      public String parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<String>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<String>