Interface PluginAware
- All Known Subinterfaces:
PluginTask<V>
- All Known Implementing Classes:
AbstractTransformerWindowManager
public interface PluginAware
Marks an object as belonging to a plugin.
-
Method Summary
-
Method Details
-
getPlugin
MindustryPlugin getPlugin()Returns the owning plugin.
-