Terminology
The dictionary for everything you may need
Along with these docs and the entirety of the Sandbox API, there are some common terms that will be used and that you should get familiar with. The following is a list of all terms along with their definitions.
Term | Definition |
Platform | The underlying implementation that identifies the environment your Addon is running on. For a list of platforms, refer to Supported Platforms. |
Distribution | One of the two physical pieces of software that make up the game:
|
Side | One of the two logical parts in which Minecraft is separated:
|
Addon | A mod made for loading with the Sandbox Mod Loader and that interacts solely with the API exposed by it. The mod is usually hosted on Dedicated Servers and sent to Clients upon login, but nothing forbids an Addon being installed directly on a Client, maybe for usage in a Singleplayer world. |
Mod Loader | The piece of software responsible for loading mods into the game. In the case of Sandbox, that is the Sandbox Mod Loader, which is built into a platform. |
Module | Part of the Sandbox API a developer can choose to interact with. Refer to the API Modules Parity page for a list of available modules and their availability on target platforms. |
Last updated