Class SoundSourceArgument

java.lang.Object
de.mrjulsen.dragnsounds.commands.arguments.SoundSourceArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<net.minecraft.sounds.SoundSource>

public class SoundSourceArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<net.minecraft.sounds.SoundSource>
  • Constructor Details

    • SoundSourceArgument

      public SoundSourceArgument()
  • Method Details

    • soundSource

      public static SoundSourceArgument soundSource()
    • parse

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

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