Package org.bukkit.permissions
Interface PermissionRemovedExecutor
public interface PermissionRemovedExecutor
Represents a class which is to be notified when a 
PermissionAttachment is removed from a Permissible- 
Method Summary
Modifier and TypeMethodDescriptionvoidattachmentRemoved(@NotNull PermissionAttachment attachment) Called when aPermissionAttachmentis removed from aPermissible 
- 
Method Details
- 
attachmentRemoved
Called when aPermissionAttachmentis removed from aPermissible- Parameters:
 attachment- Attachment which was removed
 
 -