Class PartyGUICommand

    • Field Summary

      • Fields inherited from class org.bukkit.command.Command

        description, timings, usageMessage
    • Constructor Summary

      Constructors 
      Constructor Description
      PartyGUICommand​(java.util.List<java.lang.String> aliases)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onCommand​(org.bukkit.entity.Player pPlayer, java.lang.String command, java.lang.String[] args)  
      • 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 Detail

      • PartyGUICommand

        public PartyGUICommand​(java.util.List<java.lang.String> aliases)
    • Method Detail

      • onCommand

        protected void onCommand​(org.bukkit.entity.Player pPlayer,
                                 java.lang.String command,
                                 java.lang.String[] args)
        Specified by:
        onCommand in class PartyFriendCommand