mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Moved all vanilla commands into Bukkit
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -30,4 +30,18 @@ public interface OfflinePlayer extends ServerOperator {
|
||||
* @param banned true if banned
|
||||
*/
|
||||
public void setBanned(boolean banned);
|
||||
|
||||
/**
|
||||
* Checks if this player is whitelisted or not
|
||||
*
|
||||
* @return true if whitelisted
|
||||
*/
|
||||
public boolean isWhitelisted();
|
||||
|
||||
/**
|
||||
* Sets if this player is whitelisted or not
|
||||
*
|
||||
* @param value true if whitelisted
|
||||
*/
|
||||
public void setWhitelisted(boolean value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user