Uses of Interface
io.papermc.paper.command.brigadier.BasicCommand
-
Uses of BasicCommand in io.papermc.paper.command.brigadier
Modifier 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)
.