Move pocketmine\tile\* to pocketmine\block\tile\*

This commit is contained in:
Dylan K. Taylor
2019-05-25 19:23:43 +01:00
parent 066eadd687
commit b329cac3d2
41 changed files with 76 additions and 65 deletions

View File

@@ -30,6 +30,8 @@ use pocketmine\block\Air;
use pocketmine\block\Block;
use pocketmine\block\BlockFactory;
use pocketmine\block\BlockLegacyIds;
use pocketmine\block\tile\Spawnable;
use pocketmine\block\tile\Tile;
use pocketmine\block\UnknownBlock;
use pocketmine\entity\Entity;
use pocketmine\entity\EntityFactory;
@@ -64,8 +66,6 @@ use pocketmine\network\mcpe\protocol\UpdateBlockPacket;
use pocketmine\Player;
use pocketmine\plugin\Plugin;
use pocketmine\Server;
use pocketmine\tile\Spawnable;
use pocketmine\tile\Tile;
use pocketmine\timings\Timings;
use pocketmine\utils\ReversePriorityQueue;
use pocketmine\world\biome\Biome;