java.lang.Object
meteordevelopment.meteorclient.systems.commands.arguments.MacroArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Macro>

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

    • MacroArgumentType

      public MacroArgumentType()
  • Method Details

    • create

      public static MacroArgumentType create()
    • get

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

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

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

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