public interface ServiceProvider
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getService(Class<T> serviceClass)
Returns the service or null if none is available.
|
<T> T getService(Class<T> serviceClass)
T - The service typeserviceClass - The type of the serviceCopyright © 2014–2017 Blazebit. All rights reserved.