Class Services
java.lang.Object
com.glektarssza.expandedgamerules.platform.Services
Common mod service loader.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLATFORM
The platform helper.
-
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
load
Load a platform-specific service implementation.- Type Parameters:
T- The type of service to load.- Parameters:
clazz- The service class to load the platform-specific implementation for.- Returns:
- The loaded service implementation.
-