- All Superinterfaces:
 ResourceQueryable
- All Known Implementing Classes:
 StandardPluginContainer
Represents the combination of a 
metadata with its instance.
 For most vendors, this becomes the representation of the concept of a plugin within their ecosystem.
- 
Method Summary
Methods inherited from interface org.spongepowered.plugin.ResourceQueryable
locateResource, openResource 
- 
Method Details
- 
metadata
PluginMetadata metadata()- Returns:
 - The 
plugin metadata 
 - 
logger
Logger logger()- Returns:
 - The 
Logger(typically mapped toPluginMetadata.id()) 
 - 
instance
Object instance()- Returns:
 - The instance
 
 
 -