Klasse SoundChannelsArgument
java.lang.Object
de.mrjulsen.dragnsounds.commands.arguments.SoundChannelsArgument
- Alle implementierten Schnittstellen:
com.mojang.brigadier.arguments.ArgumentType<EChannels>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SoundChannelsArgumentchannels()<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:
parsein Schnittstellecom.mojang.brigadier.arguments.ArgumentType<EChannels>- Löst aus:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Angegeben von:
getExamplesin 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:
listSuggestionsin Schnittstellecom.mojang.brigadier.arguments.ArgumentType<EChannels>
-