Class TeleportToPlayerCommand

java.lang.Object
de.themoep.connectorplugin.limbo.commands.SubCommand
de.themoep.connectorplugin.limbo.commands.TeleportToPlayerCommand
All Implemented Interfaces:
com.loohp.limbo.commands.CommandExecutor, com.loohp.limbo.commands.TabCompletor

public class TeleportToPlayerCommand extends SubCommand
  • Constructor Details

    • TeleportToPlayerCommand

      public TeleportToPlayerCommand(ConnectorCommand parent)
  • Method Details

    • execute

      public void execute(com.loohp.limbo.commands.CommandSender sender, String[] args)
      Specified by:
      execute in interface com.loohp.limbo.commands.CommandExecutor
      Overrides:
      execute in class SubCommand
    • tabComplete

      public List<String> tabComplete(com.loohp.limbo.commands.CommandSender sender, String[] args)
      Specified by:
      tabComplete in interface com.loohp.limbo.commands.TabCompletor
      Overrides:
      tabComplete in class SubCommand