Relocate EntityLegacyIds to pocketmine\data\bedrock package

This commit is contained in:
Dylan K. Taylor
2020-11-01 17:07:34 +00:00
parent 1f2bc8cb69
commit 12e185e3f6
3 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ use pocketmine\block\utils\SkullType;
use pocketmine\block\utils\TreeType;
use pocketmine\block\VanillaBlocks;
use pocketmine\data\bedrock\DyeColorIdMap;
use pocketmine\data\bedrock\EntityLegacyIds;
use pocketmine\entity\Entity;
use pocketmine\entity\Location;
use pocketmine\entity\Squid;
@@ -39,7 +40,6 @@ use pocketmine\entity\Zombie;
use pocketmine\inventory\ArmorInventory;
use pocketmine\math\Vector3;
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\network\mcpe\protocol\types\entity\EntityLegacyIds;
use pocketmine\utils\SingletonTrait;
use pocketmine\world\World;