Interface CommandList

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CommandList
Functional interface for customizing how subcommands are displayed to users. Allows plugins to define their own command list formatting and presentation logic.

Example implementations might include:

  • Paginated command lists
  • Categorized commands by functionality
  • Interactive command menus
  • Permission-filtered displays
Version:
1.0
Author:
KawaiiDevelopment