Add Player#hasSentPlayerSettings (#980)
This commit is contained in:
@@ -88,6 +88,13 @@ public interface Player extends
|
||||
*/
|
||||
PlayerSettings getPlayerSettings();
|
||||
|
||||
/**
|
||||
* Returns whether the player has sent its client settings.
|
||||
*
|
||||
* @return true if the player has sent its client settings
|
||||
*/
|
||||
boolean hasSentPlayerSettings();
|
||||
|
||||
/**
|
||||
* Returns the player's mod info if they have a modded client.
|
||||
*
|
||||
|
Reference in New Issue
Block a user