mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-23 16:23:50 -07:00
Pulling all pending Bukkit-JavaDoc changes
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import org.bukkit.plugin.Plugin;
|
||||
* Represents an object that may be assigned permissions
|
||||
*/
|
||||
public interface Permissible extends ServerOperator {
|
||||
|
||||
/**
|
||||
* Checks if this object contains an override for the specified permission, by fully qualified name
|
||||
*
|
||||
|
@@ -4,6 +4,7 @@ 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}
|
||||
*
|
||||
|
@@ -6,6 +6,7 @@ import org.bukkit.entity.Player;
|
||||
* Represents an object that may become a server operator, such as a {@link Player}
|
||||
*/
|
||||
public interface ServerOperator {
|
||||
|
||||
/**
|
||||
* Checks if this object is a server operator
|
||||
*
|
||||
|
Reference in New Issue
Block a user