Class SubCommand

java.lang.Object
tech.xigam.cch.command.Command
tech.xigam.cch.command.SubCommand
All Implemented Interfaces:
BaseCommand

public abstract class SubCommand extends Command implements BaseCommand
  • Constructor Details

    • SubCommand

      public SubCommand(String label, String description)
  • Method Details

    • getAliases

      public final List<Alias> getAliases()
    • createAlias

      protected final void createAlias(String alias)