java.lang.Object
us.ajg0702.commands.BaseCommand
us.ajg0702.commands.SubCommand
us.ajg0702.leaderboards.commands.main.subcommands.signs.Teleport

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    autoComplete(us.ajg0702.commands.CommandSender commandSender, String[] strings)
     
    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

  • Method Details

    • autoComplete

      public List<String> autoComplete(us.ajg0702.commands.CommandSender commandSender, String[] strings)
      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