mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
RuntimeBlockMapping: bedrockKnownStates is never null
This commit is contained in:
parent
486ce140d8
commit
07f979fbde
@ -47,8 +47,8 @@ final class RuntimeBlockMapping{
|
||||
private $legacyToRuntimeMap = [];
|
||||
/** @var int[] */
|
||||
private $runtimeToLegacyMap = [];
|
||||
/** @var CompoundTag[]|null */
|
||||
private $bedrockKnownStates = null;
|
||||
/** @var CompoundTag[] */
|
||||
private $bedrockKnownStates;
|
||||
/**
|
||||
* @var CacheableNbt|null
|
||||
* @phpstan-var CacheableNbt<\pocketmine\nbt\tag\ListTag>|null
|
||||
|
Loading…
x
Reference in New Issue
Block a user