| 程序包 | 说明 |
|---|---|
| org.bukkit.plugin |
专门用于在运行时加载软件模组(插件)的类.
|
| org.bukkit.plugin.java |
用Java编写的处理
插件的类. |
| 限定符和类型 | 方法和说明 |
|---|---|
Plugin |
PluginLoader.loadPlugin(java.io.File file)
Loads the plugin contained in the specified file
|
Plugin |
SimplePluginManager.loadPlugin(java.io.File file)
Loads the plugin in the specified file
File must be valid according to the current enabled Plugin interfaces
|
Plugin |
PluginManager.loadPlugin(java.io.File file)
Loads the plugin in the specified file
File must be valid according to the current enabled Plugin interfaces
|
| 限定符和类型 | 方法和说明 |
|---|---|
Plugin |
JavaPluginLoader.loadPlugin(java.io.File file) |