Moving more stuff around

This commit is contained in:
Dylan K. Taylor
2022-06-08 15:57:02 +01:00
parent 680615eed8
commit 4aa1a3da8b
5 changed files with 6 additions and 5 deletions

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock\block\upgrade;
use pocketmine\data\bedrock\block\BlockStateData;
use pocketmine\data\bedrock\LegacyBlockIdToStringIdMap;
use pocketmine\data\bedrock\block\upgrade\LegacyBlockIdToStringIdMap;
use pocketmine\network\mcpe\protocol\serializer\NetworkNbtSerializer;
use pocketmine\utils\BinaryStream;