java.lang.Object
us.ajg0702.commands.BaseCommand
us.ajg0702.commands.SubCommand
us.ajg0702.leaderboards.commands.main.subcommands.debug.Format

public class Format extends us.ajg0702.commands.SubCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    autoComplete(us.ajg0702.commands.CommandSender sender, String[] args)
     
    void
    execute(us.ajg0702.commands.CommandSender sender, String[] args, String label)
     

    Methods inherited from class us.ajg0702.commands.BaseCommand

    addSubCommand, checkPermission, filterCompletion, getAliases, getDescription, getName, getPermission, getSubCommands, setShowInTabComplete, showInTabComplete, subCommandAutoComplete, subCommandExecute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Format

      public Format()
  • Method Details

    • autoComplete

      public List<String> autoComplete(us.ajg0702.commands.CommandSender sender, String[] args)
      Specified by:
      autoComplete in class us.ajg0702.commands.BaseCommand
    • execute

      public void execute(us.ajg0702.commands.CommandSender sender, String[] args, String label)
      Specified by:
      execute in class us.ajg0702.commands.BaseCommand