Interface ServiceProvider<T>
- Type Parameters:
T- the type of the service
public interface ServiceProvider<T>
A service provider, containing information about a service implementation.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPlugin
MindustryPlugin getPlugin() -
getService
-
getInstance
T getInstance() -
getPriority
Priority getPriority()
-