Package com.xpdustry.distributor.api
Interface Distributor
public interface Distributor
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getServiceManager
ServiceManager getServiceManager() -
getGlobalTranslationSource
TranslationSourceRegistry getGlobalTranslationSource() -
getEventBus
EventBus getEventBus() -
getPermissionReader
PermissionReader getPermissionReader() -
getPlayerLookup
PlayerLookup getPlayerLookup() -
getPluginScheduler
PluginScheduler getPluginScheduler() -
getComponentRendererProvider
ComponentRendererProvider getComponentRendererProvider() -
getMindustryComponentDecoder
ComponentDecoder<String> getMindustryComponentDecoder() -
getAudienceProvider
AudienceProvider getAudienceProvider()
-