markPlayerForSpawn

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

Marks a player for spawning the model.

Return

true if the player was added

Since

1.15.2

Parameters

player

the player


open fun markPlayerForSpawn(@NotNull uuids: @NotNull Set<UUID>): Boolean

Marks a set of players for spawning the model.

Return

true if any players were added

Since

1.15.2

Parameters

uuids

the set of player UUIDs