Package org.spongepowered.plugin
Interface PluginContainer
-
- All Superinterfaces:
ResourceQueryable
- All Known Implementing Classes:
JVMPluginContainer
public interface PluginContainer extends ResourceQueryable
Represents the combination of ametadata
with its instance.For most vendors, this becomes the representation of the concept of a plugin within their ecosystem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
instance()
Logger
logger()
org.spongepowered.plugin.metadata.PluginMetadata
metadata()
-
Methods inherited from interface org.spongepowered.plugin.ResourceQueryable
locateResource, openResource
-
-