Interface BukkitBrigadierCommand<S extends BukkitBrigadierCommandSource>
- Type Parameters:
S- command source type
- All Superinterfaces:
com.mojang.brigadier.Command<S>,Predicate<S>,com.mojang.brigadier.suggestion.SuggestionProvider<S>
@Deprecated(forRemoval=true,
since="1.20.6")
public interface BukkitBrigadierCommand<S extends BukkitBrigadierCommandSource>
extends com.mojang.brigadier.Command<S>, Predicate<S>, com.mojang.brigadier.suggestion.SuggestionProvider<S>
Deprecated, for removal: This API element is subject to removal in a future version.
Brigadier
Command, SuggestionProvider, and permission checker for Bukkit Commands.-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS -
Method Summary
Methods inherited from interface com.mojang.brigadier.Command
runMethods inherited from interface com.mojang.brigadier.suggestion.SuggestionProvider
getSuggestions
Commandson how to use the new Brigadier API.