Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
Guillaume R edited this page May 11, 2018 · 1 revision

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.

Type ids

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.

Clone this wiki locally