mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
@@ -1461,6 +1461,18 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
*/
|
||||
public AdvancementProgress getAdvancementProgress(Advancement advancement);
|
||||
|
||||
/**
|
||||
* Get the player's current client side view distance.
|
||||
* <br>
|
||||
* Will default to the server view distance if the client has not yet
|
||||
* communicated this information,
|
||||
*
|
||||
* @return client view distance as above
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
public int getClientViewDistance();
|
||||
|
||||
/**
|
||||
* Gets the player's current locale.
|
||||
*
|
||||
|
Reference in New Issue
Block a user