2021-06-17 21:32:24 +00:00
|
|
|
# Terminology
|
|
|
|
| Name | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| MCPI | Shorthand for Minecraft: Pi Edition |
|
2021-09-12 03:18:12 +00:00
|
|
|
| MCPE | Shorthand for Minecraft: Pocket Edition |
|
2021-06-17 21:32:24 +00:00
|
|
|
| Host Architecture | The native architecture of the CPU that MCPi-Reborn will be running on |
|
|
|
|
| Native Component | A component that *can* be compiled for the host architecture |
|
|
|
|
| ARM Component | A component that *must* be compiled for ARM |
|
|
|
|
| Server Mode | A mode where MCPI is patched into behaving like a dedicated server |
|
|
|
|
| Client Mode | The normal behavior of MCPI |
|
|
|
|
| Stub | An implementation of a library where all functions either do nothing or error |
|