Class ClanGUICommand

java.lang.Object
org.bukkit.command.Command
org.bukkit.command.defaults.BukkitCommand
de.simonsator.partyandfriendsgui.commands.PartyFriendCommand
de.simonsator.partyandfriends.clan.gui.commands.ClanGUICommand

public class ClanGUICommand extends de.simonsator.partyandfriendsgui.commands.PartyFriendCommand
  • Field Summary

    Fields inherited from class org.bukkit.command.Command

    description, timings, usageMessage
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    onCommand(org.bukkit.entity.Player pPlayer, String command, String[] args)
     

    Methods inherited from class de.simonsator.partyandfriendsgui.commands.PartyFriendCommand

    execute

    Methods inherited from class org.bukkit.command.Command

    broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister

    Methods inherited from class java.lang.Object

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

    • ClanGUICommand

      public ClanGUICommand(List<String> aliases)
  • Method Details

    • onCommand

      protected void onCommand(org.bukkit.entity.Player pPlayer, String command, String[] args)
      Specified by:
      onCommand in class de.simonsator.partyandfriendsgui.commands.PartyFriendCommand