Package org.spongepowered.plugin
Interface PluginCandidate<P extends PluginResource>
-
- Type Parameters:
P
- The resource type
- All Known Implementing Classes:
StandardPluginCandidate
public interface PluginCandidate<P extends PluginResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.spongepowered.plugin.metadata.PluginMetadata
metadata()
P
resource()
-