mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -15,6 +15,13 @@ public interface Player extends HumanEntity {
|
||||
*/
|
||||
public boolean isOnline();
|
||||
|
||||
/**
|
||||
* Checks if this player is currently op
|
||||
*
|
||||
* @return true if they are online
|
||||
*/
|
||||
public boolean isOp();
|
||||
|
||||
/**
|
||||
* Sends this player a message, which will be displayed in their chat
|
||||
*
|
||||
|
Reference in New Issue
Block a user