Package com.djrapitops.plan.capability
Class CapabilitySvc
- java.lang.Object
-
- com.djrapitops.plan.capability.CapabilitySvc
-
- All Implemented Interfaces:
CapabilityService
public class CapabilitySvc extends java.lang.Object implements CapabilityService
Singleton instance implementation forCapabilityService
.Only one instance exists per runtime in order to notify others when the plugin enables.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.djrapitops.plan.capability.CapabilityService
CapabilityService.ListHolder
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
notifyAboutEnable(boolean isEnabled)
Implementation detail.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.djrapitops.plan.capability.CapabilityService
hasCapability, registerEnableListener
-
-