Skip to main content

Worlds

The overall environment of Cubivox is known as a World. Currently Cubivox only supports a single world, but support for multiple worlds will come in the future.

Terrain

Cubivox Worlds have terrain which players can interact with. Each world has a terrain generator, which determines the way the world's terrain is formed. Cubivox has a few built in generators and mods can define their own.

Using Worlds

The list of all worlds can be obtained through the static method Cubivox.GetWorlds(). Since Cubivox only supports a single world, Cubivox.GetWorlds()[0] is a valid way to get the current world.