Uses of Class
org.bukkit.command.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.bukkit
Modifier and TypeMethodDescriptionstatic PluginCommand
Bukkit.getPluginCommand
(String name) Gets aPluginCommand
with the given name or alias.Server.getPluginCommand
(String name) Gets aPluginCommand
with the given name or alias. -
Uses of PluginCommand in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getCommand
(String name) Gets the command with the given name, specific to this plugin.