Uses of Class
org.bukkit.command.PluginCommand
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
-
Uses of PluginCommand in org.bukkit
Methods in org.bukkit that return PluginCommand Modifier and Type Method Description static PluginCommand
Bukkit. getPluginCommand(String name)
Gets aPluginCommand
with the given name or alias.PluginCommand
Server. getPluginCommand(String name)
Gets aPluginCommand
with the given name or alias. -
Uses of PluginCommand in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that return PluginCommand Modifier and Type Method Description PluginCommand
JavaPlugin. getCommand(String name)
Gets the command with the given name, specific to this plugin.