Package com.xpdustry.distributor.plugin
Interface PluginAware
- All Known Subinterfaces:
MethodAnnotationScanner,PluginTask<V>
public interface PluginAware
Marks an object as belonging to a plugin.
-
Method Summary
-
Method Details
-
getPlugin
MindustryPlugin getPlugin()Returns the owning plugin.
-