Interface BaseCommand
- All Known Subinterfaces:
PaperCommand,StandaloneCommand
public interface BaseCommand
Common interface for all generated command wrappers.
-
Method Summary
-
Method Details
-
getCommandInfo
List<CommandInfo> getCommandInfo()Gets the command metadata.- Returns:
- the command info list
-