| Package | Description |
|---|---|
| net.lapismc.lapiscore | |
| net.lapismc.lapiscore.permissions |
| Modifier and Type | Method and Description |
|---|---|
LapisPermission |
LapisCorePermissions.PermissionManager.getPermission(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<LapisPermission> |
LapisCorePermissions.PermissionManager.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LapisCorePermissions.PermissionManager.addPermission(LapisPermission permission) |
Integer |
LapisCorePermissions.getPermissionValue(UUID uuid,
LapisPermission permission)
Get the raw Integer value of the permission for a player
|
protected boolean |
LapisCoreCommand.isPermitted(org.bukkit.command.CommandSender sender,
LapisPermission permission)
Check if a sender is permitted, requires
LapisCorePermissions to be registered in LapisCorePlugin |
boolean |
LapisCorePermissions.isPermitted(UUID uuid,
LapisPermission permission)
Check if a player is given a permission
|
void |
LapisCorePermissions.registerPermissions(LapisPermission... permission)
Register permissions with LapisPermission objects
|
| Modifier and Type | Method and Description |
|---|---|
Map<LapisPermission,Integer> |
PlayerPermission.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
PlayerPermission.getPermissionValue(LapisPermission lapisPermission) |
| Constructor and Description |
|---|
PlayerPermission(org.bukkit.permissions.Permission permission,
Map<LapisPermission,Integer> permissions) |
Copyright © 2019. All rights reserved.