![]() |
Bukkit
1.4.7-R1.0
|
Holds information on a permission and which PermissionAttachment provides it. More...
Public Member Functions | |
| PermissionAttachmentInfo (Permissible permissible, String permission, PermissionAttachment attachment, boolean value) | |
| Permissible | getPermissible () |
| Gets the permissible this is attached to. | |
| String | getPermission () |
| Gets the permission being set. | |
| PermissionAttachment | getAttachment () |
| Gets the attachment providing this permission. | |
| boolean | getValue () |
| Gets the value of this permission. | |
Holds information on a permission and which PermissionAttachment provides it.
Definition at line 6 of file PermissionAttachmentInfo.java.
| org.bukkit.permissions.PermissionAttachmentInfo.PermissionAttachmentInfo | ( | Permissible | permissible, |
| String | permission, | ||
| PermissionAttachment | attachment, | ||
| boolean | value | ||
| ) |
Definition at line 12 of file PermissionAttachmentInfo.java.
| PermissionAttachment org.bukkit.permissions.PermissionAttachmentInfo.getAttachment | ( | ) |
Gets the attachment providing this permission.
This may be null for default permissions (usually parent permissions).
Definition at line 49 of file PermissionAttachmentInfo.java.
| Permissible org.bukkit.permissions.PermissionAttachmentInfo.getPermissible | ( | ) |
Gets the permissible this is attached to.
Definition at line 30 of file PermissionAttachmentInfo.java.
| String org.bukkit.permissions.PermissionAttachmentInfo.getPermission | ( | ) |
Gets the permission being set.
Definition at line 39 of file PermissionAttachmentInfo.java.
| boolean org.bukkit.permissions.PermissionAttachmentInfo.getValue | ( | ) |
Gets the value of this permission.
Definition at line 58 of file PermissionAttachmentInfo.java.