move RuntimeBlockMapping to convert package

This commit is contained in:
Dylan K. Taylor
2020-04-24 12:42:43 +01:00
parent 08ac6a3c43
commit 287bf4274f
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace pocketmine\network\mcpe\serializer;
use pocketmine\block\tile\Spawnable;
use pocketmine\network\mcpe\protocol\types\RuntimeBlockMapping;
use pocketmine\network\mcpe\convert\RuntimeBlockMapping;
use pocketmine\utils\BinaryStream;
use pocketmine\world\format\Chunk;
use function count;