Class CapabilitySvc

java.lang.Object
com.djrapitops.plan.capability.CapabilitySvc
All Implemented Interfaces:
CapabilityService

public class CapabilitySvc extends Object implements CapabilityService
Singleton instance implementation for CapabilityService.

Only one instance exists per runtime in order to notify others when the plugin enables.

  • Method Details

    • notifyAboutEnable

      public static void notifyAboutEnable(boolean isEnabled)
      Implementation detail.
      Parameters:
      isEnabled - Did the plugin enable properly.