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(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). -
Uses of BasicCommand in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java with parameters of type BasicCommandModifier and TypeMethodDescriptionvoidJavaPlugin.registerCommand(String label, BasicCommand basicCommand) Registers a command for this plugin.voidJavaPlugin.registerCommand(String label, @Nullable String description, BasicCommand basicCommand) Registers a command for this plugin.voidJavaPlugin.registerCommand(String label, @Nullable String description, Collection<String> aliases, BasicCommand basicCommand) Registers a command for this plugin.voidJavaPlugin.registerCommand(String label, Collection<String> aliases, BasicCommand basicCommand) Registers a command for this plugin.