Class ShipsArgumentCommand

java.lang.Object
org.ships.commands.argument.ShipsArgumentCommand
All Implemented Interfaces:
org.core.command.ArgumentLauncher, org.core.command.BaseCommandLauncher, org.core.command.CommandLauncher

public class ShipsArgumentCommand extends Object implements org.core.command.ArgumentLauncher, org.core.command.CommandLauncher
  • Field Details

    • COMMANDS

      public static final Set<org.core.command.argument.ArgumentCommand> COMMANDS
  • Constructor Details

    • ShipsArgumentCommand

      public ShipsArgumentCommand()
  • Method Details

    • getCommands

      public Set<org.core.command.argument.ArgumentCommand> getCommands()
      Specified by:
      getCommands in interface org.core.command.ArgumentLauncher
    • getName

      public String getName()
      Specified by:
      getName in interface org.core.command.BaseCommandLauncher
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.core.command.BaseCommandLauncher
    • hasPermission

      public boolean hasPermission(org.core.source.command.CommandSource source)
      Specified by:
      hasPermission in interface org.core.command.BaseCommandLauncher
    • getPlugin

      public org.core.platform.plugin.Plugin getPlugin()
      Specified by:
      getPlugin in interface org.core.command.CommandLauncher