This commit is contained in:
Dylan K. Taylor 2022-02-01 17:44:12 +00:00
parent 979f6f3d57
commit f4f4ea1483
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 1 additions and 6 deletions

View File

@ -50,9 +50,7 @@ final class RuntimeBlockMapping{
*/
private array $networkIdCache = [];
/**
* Used when a blockstate can't be correctly serialized (e.g. because it's unknown)
*/
/** Used when a blockstate can't be correctly serialized (e.g. because it's unknown) */
private BlockStateData $fallbackStateData;
private function __construct(){

View File

@ -25,10 +25,7 @@ namespace pocketmine\network\mcpe\serializer;
use pocketmine\block\tile\Spawnable;
use pocketmine\data\bedrock\BiomeIds;
use pocketmine\data\bedrock\blockstate\BlockStateData;
use pocketmine\data\bedrock\blockstate\BlockTypeNames;
use pocketmine\data\bedrock\LegacyBiomeIdToStringIdMap;
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\TreeRoot;
use pocketmine\network\mcpe\convert\RuntimeBlockMapping;
use pocketmine\network\mcpe\protocol\serializer\NetworkNbtSerializer;