9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-06 15:42:00 +00:00
This commit is contained in:
XiaoMoMi
2024-01-26 16:35:25 +08:00
parent f70918befd
commit dc149dbb05
19 changed files with 254 additions and 59 deletions

View File

@@ -46,7 +46,8 @@ public interface TeamManager {
* Get the team player in
*
* @param player player
* @param viewer
* @return team name
*/
String getTeamName(Player player);
String getTeamName(Player player, Player viewer);
}