Package | Description |
---|---|
org.bukkit.command |
Classes relating to handling specialized non-chat player input.
|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Interface and Description |
---|---|
interface |
TabCommandExecutor
Deprecated.
Remains for plugins that would have implemented it even without
functionality
|
interface |
TabExecutor
This class is provided as a convenience to implement both TabCompleter and
CommandExecutor.
|
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
PluginCommand.getExecutor()
Gets the
CommandExecutor associated with this command |
Modifier and Type | Method and Description |
---|---|
void |
PluginCommand.setExecutor(CommandExecutor executor)
Sets the
CommandExecutor to run when parsing this command |
Modifier and Type | Interface and Description |
---|---|
interface |
Plugin
Represents a Plugin
|
Modifier and Type | Class and Description |
---|---|
class |
PluginBase
Represents a base
Plugin |
Modifier and Type | Class and Description |
---|---|
class |
JavaPlugin
Represents a Java plugin
|
Copyright © 2016. All rights reserved.