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)
serviceClass - The type of the serviceCopyright © 2016 Blazebit. All Rights Reserved.