Package org.spongepowered.plugin
-
Interface Summary Interface Description Environment Represents the context under which this specification is running under.PluginCandidate<P extends PluginResource> PluginContainer Represents the combination of ametadata
with its instance.PluginLanguageService<P extends PluginResource> PluginLoader<R extends PluginResource,P extends PluginContainer> A loader used to create and loadplugins
.PluginResource Represents a resource provided by alocator
.PluginResourceLocatorService<P extends PluginResource> A service used to findresources
to be processed bylanguage services
or other implementation constructs.ResourceQueryable Represents an entity that can be queried forresources
. -
Exception Summary Exception Description InvalidPluginException Thrown when a plugin cannot be constructed and should be considered invalid.