Klasse SoundFileArgument
java.lang.Object
de.mrjulsen.dragnsounds.commands.arguments.SoundFileArgument
- Alle implementierten Schnittstellen:
com.mojang.brigadier.arguments.ArgumentType<SoundFile>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SoundFile
getFile
(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context, String name) <S> CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> listSuggestions
(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) static SoundFileArgument
location()
parse
(com.mojang.brigadier.StringReader reader)
-
Konstruktordetails
-
SoundFileArgument
public SoundFileArgument()
-
-
Methodendetails
-
location
-
getFile
-
parse
public SoundFile parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Angegeben von:
parse
in Schnittstellecom.mojang.brigadier.arguments.ArgumentType<SoundFile>
- Löst aus:
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) - Angegeben von:
listSuggestions
in Schnittstellecom.mojang.brigadier.arguments.ArgumentType<SoundFile>
-
getExamples
- Angegeben von:
getExamples
in Schnittstellecom.mojang.brigadier.arguments.ArgumentType<SoundFile>
-