Definition at line 32 of file VersionInfo.php.
◆ BUILD_NUMBER()
| static pocketmine\VersionInfo::BUILD_NUMBER |
( |
| ) |
|
|
static |
◆ GIT_HASH()
| static pocketmine\VersionInfo::GIT_HASH |
( |
| ) |
|
|
static |
◆ VERSION()
| static pocketmine\VersionInfo::VERSION |
( |
| ) |
|
|
static |
◆ BASE_VERSION
| const pocketmine\VersionInfo::BASE_VERSION = "5.36.1" |
◆ BUILD_CHANNEL
| const pocketmine\VersionInfo::BUILD_CHANNEL = "stable" |
◆ GITHUB_URL
| const pocketmine\VersionInfo::GITHUB_URL = "https://github.com/pmmp/PocketMine-MP" |
◆ IS_DEVELOPMENT_BUILD
| const pocketmine\VersionInfo::IS_DEVELOPMENT_BUILD = true |
◆ NAME
| const pocketmine\VersionInfo::NAME = "PocketMine-MP" |
◆ TAG_WORLD_DATA_VERSION
| const pocketmine\VersionInfo::TAG_WORLD_DATA_VERSION = "PMMPDataVersion" |
Name of the NBT tag used to store the world data version.
Definition at line 52 of file VersionInfo.php.
◆ WORLD_DATA_VERSION
| const pocketmine\VersionInfo::WORLD_DATA_VERSION = 1 |
PocketMine-MP-specific version ID for world data. Used to determine what fixes need to be applied to old world data (e.g. stuff saved wrongly by past versions). This version supplements the Minecraft vanilla world version.
This should be bumped if any non-Mojang BC-breaking change or bug fix is made to world save data of any kind (entities, tiles, blocks, biomes etc.). For example, if PM accidentally saved a block with its facing value swapped, we would bump this, but not if Mojang did the same change.
Definition at line 48 of file VersionInfo.php.
The documentation for this class was generated from the following file: