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 TypeMethodDescriptionvoid
attachmentRemoved
(@NotNull PermissionAttachment attachment) Called when aPermissionAttachment
is removed from aPermissible
-
Method Details
-
attachmentRemoved
Called when aPermissionAttachment
is removed from aPermissible
- Parameters:
attachment
- Attachment which was removed
-