There was an error while loading. Please reload this page.
There are (for now) 3 sorts of game element: block, item, entity. Each element has a type, either a BlockType, ItemType or EntityType.
Each type is identified by its name.
For the shake of performance, Tuubes internally uses numeric IDs, but they aren't accessible outside of Tuubes internals.
When a type is registered on the server, its internal ID is automatically computed.