All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.permissions.PermissionRemovedExecutor Maven / Gradle / Ivy

package org.bukkit.permissions;

/**
 * Represents a class which is to be notified when a {@link
 * PermissionAttachment} is removed from a {@link Permissible}
 */
public interface PermissionRemovedExecutor {

  /**
   * Called when a {@link PermissionAttachment} is removed from a {@link
   * Permissible}
   *
   * @param attachment Attachment which was removed
   */
  void attachmentRemoved(PermissionAttachment attachment);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy