[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.5 (0.6.3.5)

Syntax

   
 C# 
[CanBeNullAttribute]
public World World { get; private set; }

See Also