-
Notifications
You must be signed in to change notification settings - Fork 5
Services
Sven Rahn edited this page Aug 3, 2019
·
4 revisions
Official docs: https://docs.spongepowered.org/stable/en/plugin/services.html
Helpers:
if (SomeServiceClass::class.available) {
val serviceInstance = SomeServiceClass::class.service
// do stuff
}