Class Services
java.lang.Object
net.darkhax.bookshelf.common.api.service.Services
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CachedSupplier<List<ContentProvider>> static final IGameplayHelperstatic final INetworkHandlerstatic final IPlatformHelper -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLATFORM
-
CONTENT
-
GAMEPLAY
-
NETWORK
-
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
load
-
loadMany
-
findServices
Finds implementations of a service without initializing or classloading them.- Parameters:
name- The fully qualified name of the service.- Returns:
- A list of all implementations that were found.
- Throws:
IOException- Sometimes stuff can't be read.
-