org.bukkit.permissions
public class PermissionAttachmentInfo extends Object
PermissionAttachment
 provides it| Constructor and Description | 
|---|
PermissionAttachmentInfo(Permissible permissible,
                        String permission,
                        PermissionAttachment attachment,
                        boolean value)  | 
| Modifier and Type | Method and Description | 
|---|---|
PermissionAttachment | 
getAttachment()
Gets the attachment providing this permission. 
 | 
Permissible | 
getPermissible()
Gets the permissible this is attached to 
 | 
String | 
getPermission()
Gets the permission being set 
 | 
boolean | 
getValue()
Gets the value of this permission 
 | 
public PermissionAttachmentInfo(Permissible permissible, String permission, PermissionAttachment attachment, boolean value)
public Permissible getPermissible()
public String getPermission()
public PermissionAttachment getAttachment()
public boolean getValue()
Copyright © 2014. All rights reserved.