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

@ -39,7 +39,7 @@ use pocketmine\math\Facing;
use pocketmine\math\RayTraceResult;
use pocketmine\math\Vector3;
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\network\mcpe\protocol\types\RuntimeBlockMapping;
use pocketmine\network\mcpe\convert\RuntimeBlockMapping;
use pocketmine\player\Player;
use pocketmine\world\BlockTransaction;
use pocketmine\world\Position;