![]() |
Bukkit
1.4.7-R1.0
|
Represents a class which is to be notified when a PermissionAttachment is removed from a Permissible. More...
Public Member Functions | |
| void | attachmentRemoved (PermissionAttachment attachment) |
| Called when a PermissionAttachment is removed from a Permissible. | |
Represents a class which is to be notified when a PermissionAttachment is removed from a Permissible.
Definition at line 6 of file PermissionRemovedExecutor.java.
| void org.bukkit.permissions.PermissionRemovedExecutor.attachmentRemoved | ( | PermissionAttachment | attachment | ) |
Called when a PermissionAttachment is removed from a Permissible.
| attachment | Attachment which was removed |
Referenced by org.bukkit.permissions.PermissibleBase.removeAttachment().