Class GetAddonsCommand


  • public final class GetAddonsCommand
    extends org.bukkit.command.defaults.BukkitCommand
    • Field Summary

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

        description, timings, usageMessage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute​(org.bukkit.command.CommandSender sender, String commandLabel, 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
    • Constructor Detail

      • GetAddonsCommand

        public GetAddonsCommand​(BetterGUI plugin)
    • Method Detail

      • execute

        public boolean execute​(org.bukkit.command.CommandSender sender,
                               String commandLabel,
                               String[] args)
        Specified by:
        execute in class org.bukkit.command.Command