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

List of worlds that are currently loaded and can be seen by the specified observer.

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

Syntax

   
 C# 
public static IEnumerable<World> ListLoadedWorlds(
	Player observer
)

Parameters

observer
Player
Player to observe as.

Return Value

List of worlds the specified player has permission to observe.

See Also