Class PAFAdminCommand

java.lang.Object
net.md_5.bungee.api.plugin.Command
de.simonsator.partyandfriends.api.AdminCommand<AdminSubCommand>
de.simonsator.partyandfriends.admin.commands.PAFAdminCommand

public class PAFAdminCommand extends AdminCommand<AdminSubCommand>
  • Constructor Summary

    Constructors
    Constructor
    Description
    PAFAdminCommand(String... aliases)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    executeCommand(net.md_5.bungee.api.CommandSender commandSender, String[] args)
     

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

    addSubcommand, execute, getSubCommands

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

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

    Methods inherited from class java.lang.Object

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

    • PAFAdminCommand

      public PAFAdminCommand(String... aliases)
  • Method Details