mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 22:47:42 +01:00
Merge branch 'dev/3.0.0' into dev/5.0.0
# Conflicts: # api/build.gradle.kts # gradle.properties # proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java
This commit is contained in:
@@ -87,6 +87,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