|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.permissions.PermissionAttachmentInfo
public class PermissionAttachmentInfo
Holds information on a permission and which PermissionAttachment
provides it
Constructor Summary | |
---|---|
PermissionAttachmentInfo(Permissible permissible,
String permission,
PermissionAttachment attachment,
boolean value)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PermissionAttachmentInfo(Permissible permissible, String permission, PermissionAttachment attachment, boolean value)
Method Detail |
---|
public Permissible getPermissible()
public String getPermission()
public PermissionAttachment getAttachment()
public boolean getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |