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