spawn

@ApiStatus.Internal
open fun spawn(@NotNull player: @NotNull PlatformPlayer, @NotNull bundler: @NotNull PacketBundler, @NotNull consumer: @NotNull Consumer<RenderPipeline.SpawnedPlayer>): Boolean

Spawns the model for a player.

Return

true if spawned successfully

Since

1.15.2

Parameters

player

the player to spawn for

bundler

the packet bundler to use

consumer

a consumer for the spawned player object