AddWorld

Notifies the hub that a new world has been created on the node.

Members

Mixins

__anonymous
mixin IO!(worldId, name, dimension, parent)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
dimension
ubyte dimension;

World's dimension in the MCPE format (0: overworld, 1: nether, 2: end).

name
string name;

Name of the world, it doesn't need to be unique.

parent
int parent;

Id of the world's parent or -1 if the world has no parent. This is usually used for nether/end which are children of an overworld world.

worldId
uint worldId;

Id of the world. It's unique on the node.

Meta