9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-19 15:09:23 +00:00
This commit is contained in:
XiaoMoMi
2024-11-11 15:37:37 +08:00
parent 0fd7ac1a79
commit 144b358768
4 changed files with 17 additions and 4 deletions

View File

@@ -402,4 +402,11 @@ public interface CNPlayer {
* @return team view
*/
TeamView teamView();
/**
* Check if the player is initialized
*
* @return initialized or not
*/
boolean isInitialized();
}