パッケージ | 説明 |
---|---|
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. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
TabExecutor
This class is provided as a convenience to implement both TabCompleter and
CommandExecutor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
TabCompleter |
PluginCommand.getTabCompleter()
Gets the
TabCompleter associated with this command. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PluginCommand.setTabCompleter(TabCompleter completer)
Sets the
TabCompleter to run when tab-completing this command. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
Plugin
Represents a Plugin
The use of
PluginBase is recommended for actual Implementation |
修飾子とタイプ | クラスと説明 |
---|---|
class |
PluginBase
Represents a base
Plugin
Extend this class if your plugin is not a JavaPlugin |
修飾子とタイプ | クラスと説明 |
---|---|
class |
JavaPlugin
Represents a Java plugin
|
Copyright © 2016. All rights reserved.