类 PermissionAttachmentInfo
java.lang.Object
org.bukkit.permissions.PermissionAttachmentInfo
Holds information on a permission and which 
PermissionAttachment
 provides it- 
构造器概要构造器构造器说明PermissionAttachmentInfo(@NotNull Permissible permissible, @NotNull String permission, @Nullable PermissionAttachment attachment, boolean value) 
- 
方法概要修饰符和类型方法说明Gets the attachment providing this permission.Gets the permissible this is attached toGets the permission being setbooleangetValue()Gets the value of this permission
- 
构造器详细资料- 
PermissionAttachmentInfopublic PermissionAttachmentInfo(@NotNull @NotNull Permissible permissible, @NotNull @NotNull String permission, @Nullable @Nullable PermissionAttachment attachment, boolean value) 
 
- 
- 
方法详细资料- 
getPermissibleGets the permissible this is attached to- 返回:
- Permissible this permission is for
 
- 
getPermissionGets the permission being set- 返回:
- Name of the permission
 
- 
getAttachmentGets the attachment providing this permission. This may be null for default permissions (usually parent permissions).- 返回:
- Attachment
 
- 
getValuepublic boolean getValue()Gets the value of this permission- 返回:
- Value of the permission
 
 
-