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

Changes the name of the given world.

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

Syntax

   
 C# 
public static void RenameWorld(
	World world,
	string newName,
	bool moveMapFile,
	bool overwrite
)

Parameters

world
World
newName
String
moveMapFile
Boolean
overwrite
Boolean

See Also