API changes for 3.1

This commit is contained in:
Luck
2017-04-10 22:26:20 +01:00
Unverified
parent 4631dcf857
commit 4fb07ff181
52 changed files with 392 additions and 298 deletions
@@ -29,8 +29,8 @@ import java.util.Optional;
/**
* Singleton for the {@link LuckPermsApi}.
*
* <p> Ideally, the ServiceManager for the platform should be used to obtain and cache an instance, however, this can be
* used if you need static access.
* <p>Ideally, the ServiceManager for the platform should be used to obtain and cache an instance, however, this can be
* used if you need static access.</p>
*/
public final class LuckPerms {
private static LuckPermsApi api = null;