Class ClanCommands

java.lang.Object
net.md_5.bungee.api.plugin.Command
de.simonsator.partyandfriends.api.TopCommand<ClanSubCommand>
de.simonsator.partyandfriends.clan.commands.ClanCommands
All Implemented Interfaces:
net.md_5.bungee.api.plugin.TabExecutor

public class ClanCommands extends de.simonsator.partyandfriends.api.TopCommand<ClanSubCommand>
  • Field Summary

    Fields inherited from class de.simonsator.partyandfriends.api.TopCommand

    subCommands
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClanCommands(List<String> pNames, String pPermission, String pPrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected void
    onCommand(de.simonsator.partyandfriends.api.pafplayers.OnlinePAFPlayer pPlayer, String[] args)
     

    Methods inherited from class de.simonsator.partyandfriends.api.TopCommand

    addCommand, execute, getPrefix, getSubCommand, isPlayer, onTabComplete, playerComplete, sort, tabComplete

    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

  • Method Details

    • getInstance

      public static ClanCommands getInstance()
    • onCommand

      protected void onCommand(de.simonsator.partyandfriends.api.pafplayers.OnlinePAFPlayer pPlayer, String[] args)
      Specified by:
      onCommand in class de.simonsator.partyandfriends.api.TopCommand<ClanSubCommand>