Namespace rename

This commit is contained in:
Dylan K. Taylor
2022-06-08 15:54:45 +01:00
parent 1da6202e6e
commit 680615eed8
41 changed files with 104 additions and 104 deletions

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
namespace pocketmine\network\mcpe\convert;
use pocketmine\data\bedrock\blockstate\BlockStateData;
use pocketmine\data\bedrock\block\BlockStateData;
use pocketmine\nbt\TreeRoot;
use pocketmine\network\mcpe\protocol\serializer\NetworkNbtSerializer;
use function array_map;