[This is preliminary documentation and is subject to change.]

The world that the player is currently on. May be null. Use .JoinWorld() to make players teleport to another world.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public World World { get; private set; }

See Also