| Package | Description |
|---|---|
| org.cloudburstmc.server.plugin | |
| org.cloudburstmc.server.plugin.loader | |
| org.cloudburstmc.server.plugin.loader.java |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudPluginContainer |
class |
CloudPluginDescription |
| Modifier and Type | Method and Description |
|---|---|
PluginDescription |
PluginLoader.loadPlugin(Path path) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PluginDescription> |
CloudPluginManager.sortDescriptions(Deque<PluginDescription> unsorted) |
| Modifier and Type | Method and Description |
|---|---|
PluginContainer |
PluginLoader.createPlugin(com.google.inject.Injector injector,
PluginDescription description) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PluginDescription> |
CloudPluginManager.sortDescriptions(Deque<PluginDescription> unsorted) |
| Constructor and Description |
|---|
CloudPluginContainer(com.google.inject.Injector injector,
Path pluginDir,
PluginDescription description,
Class<?> pluginClass,
org.slf4j.Logger logger) |
CloudPluginDescription(PluginDescription description) |
| Modifier and Type | Method and Description |
|---|---|
PluginDescription |
JavaPluginLoader.loadPlugin(Path path) |
| Modifier and Type | Method and Description |
|---|---|
PluginContainer |
JavaPluginLoader.createPlugin(com.google.inject.Injector injector,
PluginDescription description) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaPluginDescription |
Copyright © 2020. All rights reserved.