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.
For removal, see Commands on how to use the new Brigadier API.
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

    run

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test

    Methods inherited from interface com.mojang.brigadier.suggestion.SuggestionProvider

    getSuggestions