Package org.spongepowered.api.service
Interface ServiceProvider.GameScoped
-
- All Superinterfaces:
ServiceProvider
- Enclosing interface:
- ServiceProvider
public static interface ServiceProvider.GameScoped extends ServiceProvider
Provides services that are scoped to aServiceProvider.GameScoped
instance.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.service.ServiceProvider
ServiceProvider.GameScoped, ServiceProvider.ServerScoped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaginationService
paginationService()
Retrieves thePaginationService
.-
Methods inherited from interface org.spongepowered.api.service.ServiceProvider
provide, registration
-
-
-
-
Method Detail
-
paginationService
PaginationService paginationService()
Retrieves thePaginationService
.- Returns:
- The
PaginationService
-
-