| Package | Description | 
|---|---|
| org.bukkit.permissions | Classes dedicated to providing binary state properties to players. | 
| Modifier and Type | Method and Description | 
|---|---|
| PermissionAttachment | PermissibleBase. addAttachment(Plugin plugin) | 
| PermissionAttachment | Permissible. addAttachment(Plugin plugin)Adds a new empty  PermissionAttachmentto this object | 
| PermissionAttachment | PermissibleBase. addAttachment(Plugin plugin,
             int ticks) | 
| PermissionAttachment | Permissible. addAttachment(Plugin plugin,
             int ticks)Temporarily adds a new empty  PermissionAttachmentto this
 object | 
| PermissionAttachment | PermissibleBase. addAttachment(Plugin plugin,
             String name,
             boolean value) | 
| PermissionAttachment | Permissible. addAttachment(Plugin plugin,
             String name,
             boolean value)Adds a new  PermissionAttachmentwith a single permission by
 name and value | 
| PermissionAttachment | PermissibleBase. addAttachment(Plugin plugin,
             String name,
             boolean value,
             int ticks) | 
| PermissionAttachment | Permissible. addAttachment(Plugin plugin,
             String name,
             boolean value,
             int ticks)Temporarily adds a new  PermissionAttachmentwith a single
 permission by name and value | 
| PermissionAttachment | PermissionAttachmentInfo. getAttachment()Gets the attachment providing this permission. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PermissionRemovedExecutor. attachmentRemoved(PermissionAttachment attachment)Called when a  PermissionAttachmentis removed from aPermissible | 
| void | PermissibleBase. removeAttachment(PermissionAttachment attachment) | 
| void | Permissible. removeAttachment(PermissionAttachment attachment)Removes the given  PermissionAttachmentfrom this object | 
| Constructor and Description | 
|---|
| PermissionAttachmentInfo(Permissible permissible,
                        String permission,
                        PermissionAttachment attachment,
                        boolean value) | 
Copyright © 2015. All rights reserved.