| Package | Description |
|---|---|
| org.cloudburstmc.api.permission |
| Modifier and Type | Method and Description |
|---|---|
PermissionAttachment |
Permissible.addAttachment(PluginContainer plugin) |
PermissionAttachment |
Permissible.addAttachment(PluginContainer plugin,
String name) |
PermissionAttachment |
Permissible.addAttachment(PluginContainer plugin,
String name,
Boolean value) |
PermissionAttachment |
PermissionAttachmentInfo.getAttachment() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionRemovedExecutor.attachmentRemoved(PermissionAttachment attachment) |
void |
Permissible.removeAttachment(PermissionAttachment attachment) |
| Constructor and Description |
|---|
PermissionAttachmentInfo(Permissible permissible,
String permission,
PermissionAttachment attachment,
boolean value) |
Copyright © 2021. All rights reserved.