isSpawned

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

Checks if the model is spawned for a player (by UUID).

Return

true if spawned

Since

1.15.2

Parameters

uuid

the player UUID


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

Checks if the model is spawned for a player.

Return

true if spawned

Since

1.15.2

Parameters

player

the player