Interface ICommand

All Known Subinterfaces:
PrefixCommand, SlashCommand

public interface ICommand
ICommand contains methods used by all type of commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ICommand name.
  • Method Details

    • getName

      String getName()
      Gets the ICommand name.
      Returns:
      the name of the command