Class ISubCommand<P extends CodexPlugin<P>>

java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<P>
studio.magemonkey.codex.commands.api.ISubCommand<P>
Direct Known Subclasses:
AboutCommand, CycleCommand, EditorCommand, HelpCommand, ListCommand, ReloadCommand, ShowCommand, StopCommand, ToggleCommand

public abstract class ISubCommand<P extends CodexPlugin<P>> extends IAbstractCommand<P>
  • Field Details

  • Constructor Details

    • ISubCommand

      public ISubCommand(@NotNull P plugin, @NotNull List<String> aliases)
    • ISubCommand

      public ISubCommand(@NotNull P plugin, @NotNull String[] aliases)
    • ISubCommand

      public ISubCommand(@NotNull P plugin, @NotNull List<String> aliases, @Nullable String permission)
    • ISubCommand

      public ISubCommand(@NotNull P plugin, @NotNull String[] aliases, @Nullable String permission)
  • Method Details