Class CommandList

java.lang.Object
net.md_5.bungee.api.plugin.Command
net.md_5.bungee.command.CommandList

public class CommandList extends net.md_5.bungee.api.plugin.Command
Command to list all players connected to the proxy.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(net.md_5.bungee.api.CommandSender sender, String[] args)
     

    Methods inherited from class net.md_5.bungee.api.plugin.Command

    canEqual, equals, getAliases, getName, getPermission, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CommandList

      public CommandList()
  • Method Details

    • execute

      public void execute(net.md_5.bungee.api.CommandSender sender, String[] args)
      Specified by:
      execute in class net.md_5.bungee.api.plugin.Command