public class JavaPluginLoader extends Object implements org.cloudburstmc.api.plugin.PluginLoader
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaPluginLoader.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JavaPluginLoader.Builder |
builder() |
org.cloudburstmc.api.plugin.PluginContainer |
createPlugin(com.google.inject.Injector injector,
org.cloudburstmc.api.plugin.PluginDescription description) |
PathMatcher |
getPathMatcher() |
org.cloudburstmc.api.plugin.PluginDescription |
loadPlugin(Path path) |
public static JavaPluginLoader.Builder builder()
@Nonnull public org.cloudburstmc.api.plugin.PluginDescription loadPlugin(@Nonnull Path path) throws Exception
loadPlugin in interface org.cloudburstmc.api.plugin.PluginLoaderException@Nonnull public org.cloudburstmc.api.plugin.PluginContainer createPlugin(@Nonnull com.google.inject.Injector injector, @Nonnull org.cloudburstmc.api.plugin.PluginDescription description) throws Exception
createPlugin in interface org.cloudburstmc.api.plugin.PluginLoaderException@Nonnull public PathMatcher getPathMatcher()
getPathMatcher in interface org.cloudburstmc.api.plugin.PluginLoaderCopyright © 2021. All rights reserved.