Interface Health
public interface Health
Represents the "health" status (healthcheck) of a LuckPerms implementation.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionGets extra metadata/details about the healthcheck result.booleanGets if LuckPerms is healthy.
-
Method Details
-
isHealthy
boolean isHealthy()Gets if LuckPerms is healthy.- Returns:
- if LuckPerms is healthy
-
getDetails
-