Uses of Class
org.bukkit.command.PluginCommand
Packages that use PluginCommand
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes for handling 
plugins written in
 java.- 
Uses of PluginCommand in org.bukkitMethods in org.bukkit that return PluginCommandModifier and TypeMethodDescriptionstatic @Nullable PluginCommandBukkit.getPluginCommand(@NotNull String name) Gets aPluginCommandwith the given name or alias.Server.getPluginCommand(@NotNull String name) Gets aPluginCommandwith the given name or alias.
- 
Uses of PluginCommand in org.bukkit.plugin.javaMethods in org.bukkit.plugin.java that return PluginCommandModifier and TypeMethodDescriptionJavaPlugin.getCommand(@NotNull String name) Gets the command with the given name, specific to this plugin.