Merge remote-tracking branch 'origin/dev/3.0.0' into dev/3.0.0

# Conflicts:
#	api/src/main/java/com/velocitypowered/api/proxy/Player.java
#	proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java
This commit is contained in:
Andrew Steinborn
2021-06-12 20:13:52 -04:00
4 changed files with 28 additions and 5 deletions

View File

@@ -237,4 +237,12 @@ public interface Player extends CommandSource, Identified, InboundConnection,
return HoverEvent.showEntity(op.apply(HoverEvent.ShowEntity.of(this, getUniqueId(),
Component.text(getUsername()))));
}
/**
* Gets the player's client brand.
*
* @return the player's client brand
*/
@Nullable String getClientBrand();
}