Class NotExtendedClanCommand

java.lang.Object
net.md_5.bungee.api.plugin.Command
de.simonsator.partyandfriends.clan.commands.NotExtendedClanCommand

public class NotExtendedClanCommand extends net.md_5.bungee.api.plugin.Command
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

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

    Methods inherited from class java.lang.Object

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

    • NotExtendedClanCommand

      public NotExtendedClanCommand()
  • Method Details

    • execute

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