Package org.bukkit.permissions
Interface PermissionRemovedExecutor
-
public interface PermissionRemovedExecutor
Represents a class which is to be notified when aPermissionAttachment
is removed from aPermissible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attachmentRemoved(PermissionAttachment attachment)
Called when aPermissionAttachment
is removed from aPermissible
-
-
-
Method Detail
-
attachmentRemoved
void attachmentRemoved(@NotNull PermissionAttachment attachment)
Called when aPermissionAttachment
is removed from aPermissible
- Parameters:
attachment
- Attachment which was removed
-
-