Class ModuleArgumentType

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

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

    • ModuleArgumentType

      public ModuleArgumentType()
  • Method Details

    • create

      public static ModuleArgumentType create()
    • get

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

      public Module parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Module>
      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<Module>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<Module>