Class SoundChannelsArgument

java.lang.Object
de.mrjulsen.dragnsounds.commands.arguments.SoundChannelsArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<EChannels>

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

    • SoundChannelsArgument

      public SoundChannelsArgument()
  • Method Details

    • channels

      public static SoundChannelsArgument channels()
    • parse

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

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<EChannels>
    • 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<EChannels>