| Package | Description |
|---|---|
| org.cloudburstmc.server.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaPluginLoader
Created by Nukkit Team.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PluginLoader> |
PluginManager.fileAssociations |
| Modifier and Type | Method and Description |
|---|---|
PluginLoader |
Plugin.getPluginLoader()
|
PluginLoader |
PluginBase.getPluginLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginBase.init(PluginLoader loader,
Server server,
PluginDescription description,
File dataFolder,
File file)
初始化这个插件。
Initialize the plugin. |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
PluginManager.loadPlugin(File file,
Map<String,PluginLoader> loaders) |
Plugin |
PluginManager.loadPlugin(String path,
Map<String,PluginLoader> loaders) |
boolean |
PluginManager.registerInterface(Class<? extends PluginLoader> loaderClass) |
Copyright © 2020. All rights reserved.