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