Class NotebotSongArgumentType

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

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

    • NotebotSongArgumentType

      public NotebotSongArgumentType()
  • Method Details

    • create

      public static NotebotSongArgumentType create()
    • parse

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