Class LuckPermsProvider
java.lang.Object
net.luckperms.api.LuckPermsProvider
-
Method Summary
Modifier and TypeMethodDescriptionget()Gets an instance of theLuckPermsAPI, throwingIllegalStateExceptionif the API is not loaded yet.
-
Method Details
-
get
Gets an instance of theLuckPermsAPI, throwingIllegalStateExceptionif the API is not loaded yet.This method will never return null.
- Returns:
- an instance of the LuckPerms API
- Throws:
IllegalStateException- if the API is not loaded yet
-