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