Uses of Interface
io.papermc.paper.command.brigadier.BasicCommand
Packages that use BasicCommand
-
Uses of BasicCommand in io.papermc.paper.command.brigadier
Methods in io.papermc.paper.command.brigadier with parameters of type BasicCommandModifier and TypeMethodDescriptionCommands.register(@NotNull PluginMeta pluginMeta, @NotNull String label, @Nullable String description, @NotNull Collection<String> aliases, @NotNull BasicCommand basicCommand) Registers a command under the same logic asCommands.register(PluginMeta, LiteralCommandNode, String, Collection).default @Unmodifiable @NotNull Set<String> Commands.register(@NotNull String label, @NotNull BasicCommand basicCommand) Registers a command under the same logic asCommands.register(LiteralCommandNode, String, Collection).default @Unmodifiable @NotNull Set<String> Commands.register(@NotNull String label, @Nullable String description, @NotNull BasicCommand basicCommand) Registers a command under the same logic asCommands.register(LiteralCommandNode, String, Collection).Commands.register(@NotNull String label, @Nullable String description, @NotNull Collection<String> aliases, @NotNull BasicCommand basicCommand) Registers a command under the same logic asCommands.register(LiteralCommandNode, String, Collection).default @Unmodifiable @NotNull Set<String> Commands.register(@NotNull String label, @NotNull Collection<String> aliases, @NotNull BasicCommand basicCommand) Registers a command under the same logic asCommands.register(LiteralCommandNode, String, Collection).