updateWorld

fun updateWorld(worldId: Int)

Updates the world id for a given player. Whether a player renders to you is determined based on the player's distance to that world's render coord, as defined by PlayerInfo.

Parameters

worldId

the new world that the player is on.