isSpawned

open fun isSpawned(@NotNull player: @NotNull PlatformPlayer): Boolean

Checks if any tracker is spawned for a player.

Return

true if spawned

Since

1.15.2

Parameters

player

the player


open fun isSpawned(@NotNull uuid: @NotNull UUID): Boolean

Checks if any tracker is spawned for a player UUID.

Return

true if spawned

Since

1.15.2

Parameters

uuid

the player UUID