Package org.spongepowered.api.service
Interface ServiceProvider.ServerScoped
- All Superinterfaces:
- ServiceProvider
- Enclosing interface:
- ServiceProvider
Provides serivces that are scoped to the 
ServiceProvider.ServerScoped Engine
 only.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.service.ServiceProviderServiceProvider.GameScoped, ServiceProvider.ServerScoped
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves theBanService.Retrieves theContextService, if it exists.Retrieves theEconomyService, if it exists.Retrieves thePermissionService.Retrieves theWhitelistService.Methods inherited from interface org.spongepowered.api.service.ServiceProviderprovide, registration
- 
Method Details- 
banServiceBanService banService()Retrieves theBanService.- Returns:
- The BanService
 
- 
contextServiceContextService contextService()Retrieves theContextService, if it exists.- Returns:
- The ContextService
 
- 
economyServiceOptional<EconomyService> economyService()Retrieves theEconomyService, if it exists.- Returns:
- The EconomyService.
 
- 
permissionServicePermissionService permissionService()Retrieves thePermissionService.- Returns:
- The PermissionService
 
- 
whitelistServiceWhitelistService whitelistService()Retrieves theWhitelistService.- Returns:
- The WhitelistService
 
 
-