Uses of Interface
dev.oumaimaa.kawaiiapi.command.CommandList
Packages that use CommandList
-
Uses of CommandList in dev.oumaimaa.kawaiiapi.command
Methods in dev.oumaimaa.kawaiiapi.command with parameters of type CommandListModifier and TypeMethodDescriptionCommandManager.CommandBuilder.commandList(@Nullable CommandList commandList) Sets the command list display handler.static voidCommandManager.createCoreCommand(@NotNull org.bukkit.plugin.java.JavaPlugin plugin, @NotNull String commandName, @NotNull String commandDescription, @NotNull String commandUsage, @Nullable CommandList commandList, @NotNull Class<? extends SubCommand>... subcommands) Creates and registers a core command without aliases.static voidCommandManager.createCoreCommand(@NotNull org.bukkit.plugin.java.JavaPlugin plugin, @NotNull String commandName, @NotNull String commandDescription, @NotNull String commandUsage, @Nullable CommandList commandList, @NotNull List<String> aliases, @NotNull Class<? extends SubCommand>... subcommands) Creates and registers a core command with subcommands using modern Paper command system.