PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\world\format\io\leveldb\ChunkDataKey Class Reference
+ Collaboration diagram for pocketmine\world\format\io\leveldb\ChunkDataKey:

Public Attributes

const BIOME_STATES = "\x35"
 
const BLOCK_ENTITIES = "\x31"
 
const BORDER_BLOCKS = "\x38"
 
const CONVERTER_TAG = "\x37"
 
const ENTITIES = "\x32"
 
const FINALIZATION = "\x36"
 
const GENERATED_BEFORE_CNC_BLENDING = "\x3d"
 
const GENERATION_SEED = "\x3c"
 
const HARDCODED_SPAWNERS = "\x39"
 
const HEIGHTMAP_AND_2D_BIOME_COLORS = "\x2e"
 
const HEIGHTMAP_AND_2D_BIOMES = "\x2d"
 
const HEIGHTMAP_AND_3D_BIOMES = "\x2b"
 
const LEGACY_BLOCK_EXTRA_DATA = "\x34"
 
const LEGACY_TERRAIN = "\x30"
 
const NEW_VERSION = "\x2c"
 
const OLD_VERSION = "\x76"
 
const PENDING_RANDOM_TICKS = "\x3a"
 
const PENDING_SCHEDULED_TICKS = "\x33"
 
const PM_DATA_VERSION = VersionInfo::TAG_WORLD_DATA_VERSION
 
const SUBCHUNK = "\x2f"
 
const XXHASH_CHECKSUMS = "\x3b"
 

Detailed Description

Definition at line 28 of file ChunkDataKey.php.

Member Data Documentation

◆ BIOME_STATES

const pocketmine\world\format\io\leveldb\ChunkDataKey::BIOME_STATES = "\x35"

Definition at line 43 of file ChunkDataKey.php.

◆ BLOCK_ENTITIES

const pocketmine\world\format\io\leveldb\ChunkDataKey::BLOCK_ENTITIES = "\x31"

Definition at line 39 of file ChunkDataKey.php.

◆ BORDER_BLOCKS

const pocketmine\world\format\io\leveldb\ChunkDataKey::BORDER_BLOCKS = "\x38"

Definition at line 46 of file ChunkDataKey.php.

◆ CONVERTER_TAG

const pocketmine\world\format\io\leveldb\ChunkDataKey::CONVERTER_TAG = "\x37"

Definition at line 45 of file ChunkDataKey.php.

◆ ENTITIES

const pocketmine\world\format\io\leveldb\ChunkDataKey::ENTITIES = "\x32"

Definition at line 40 of file ChunkDataKey.php.

◆ FINALIZATION

const pocketmine\world\format\io\leveldb\ChunkDataKey::FINALIZATION = "\x36"

Definition at line 44 of file ChunkDataKey.php.

◆ GENERATED_BEFORE_CNC_BLENDING

const pocketmine\world\format\io\leveldb\ChunkDataKey::GENERATED_BEFORE_CNC_BLENDING = "\x3d"

Definition at line 51 of file ChunkDataKey.php.

◆ GENERATION_SEED

const pocketmine\world\format\io\leveldb\ChunkDataKey::GENERATION_SEED = "\x3c"

Definition at line 50 of file ChunkDataKey.php.

◆ HARDCODED_SPAWNERS

const pocketmine\world\format\io\leveldb\ChunkDataKey::HARDCODED_SPAWNERS = "\x39"

Definition at line 47 of file ChunkDataKey.php.

◆ HEIGHTMAP_AND_2D_BIOME_COLORS

const pocketmine\world\format\io\leveldb\ChunkDataKey::HEIGHTMAP_AND_2D_BIOME_COLORS = "\x2e"

Definition at line 36 of file ChunkDataKey.php.

◆ HEIGHTMAP_AND_2D_BIOMES

const pocketmine\world\format\io\leveldb\ChunkDataKey::HEIGHTMAP_AND_2D_BIOMES = "\x2d"

Definition at line 35 of file ChunkDataKey.php.

◆ HEIGHTMAP_AND_3D_BIOMES

const pocketmine\world\format\io\leveldb\ChunkDataKey::HEIGHTMAP_AND_3D_BIOMES = "\x2b"

Definition at line 33 of file ChunkDataKey.php.

◆ LEGACY_BLOCK_EXTRA_DATA

const pocketmine\world\format\io\leveldb\ChunkDataKey::LEGACY_BLOCK_EXTRA_DATA = "\x34"

Definition at line 42 of file ChunkDataKey.php.

◆ LEGACY_TERRAIN

const pocketmine\world\format\io\leveldb\ChunkDataKey::LEGACY_TERRAIN = "\x30"

Definition at line 38 of file ChunkDataKey.php.

◆ NEW_VERSION

const pocketmine\world\format\io\leveldb\ChunkDataKey::NEW_VERSION = "\x2c"

Definition at line 34 of file ChunkDataKey.php.

◆ OLD_VERSION

const pocketmine\world\format\io\leveldb\ChunkDataKey::OLD_VERSION = "\x76"

Definition at line 53 of file ChunkDataKey.php.

◆ PENDING_RANDOM_TICKS

const pocketmine\world\format\io\leveldb\ChunkDataKey::PENDING_RANDOM_TICKS = "\x3a"

Definition at line 48 of file ChunkDataKey.php.

◆ PENDING_SCHEDULED_TICKS

const pocketmine\world\format\io\leveldb\ChunkDataKey::PENDING_SCHEDULED_TICKS = "\x33"

Definition at line 41 of file ChunkDataKey.php.

◆ PM_DATA_VERSION

const pocketmine\world\format\io\leveldb\ChunkDataKey::PM_DATA_VERSION = VersionInfo::TAG_WORLD_DATA_VERSION

Definition at line 55 of file ChunkDataKey.php.

◆ SUBCHUNK

const pocketmine\world\format\io\leveldb\ChunkDataKey::SUBCHUNK = "\x2f"

Definition at line 37 of file ChunkDataKey.php.

◆ XXHASH_CHECKSUMS

const pocketmine\world\format\io\leveldb\ChunkDataKey::XXHASH_CHECKSUMS = "\x3b"

Definition at line 49 of file ChunkDataKey.php.


The documentation for this class was generated from the following file: