mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Refactor namespace of Anvil/McRegion
This commit is contained in:
@ -21,14 +21,12 @@
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace pocketmine\level\format\anvil;
|
||||
namespace pocketmine\level\format\region;
|
||||
|
||||
use pocketmine\level\format\Chunk;
|
||||
use pocketmine\level\format\LevelProvider;
|
||||
use pocketmine\level\format\generic\GenericChunk;
|
||||
use pocketmine\level\format\generic\SubChunk;
|
||||
use pocketmine\level\format\mcregion\McRegion;
|
||||
use pocketmine\level\format\mcregion\RegionLoader;
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\nbt\NBT;
|
||||
use pocketmine\nbt\tag\{ByteArrayTag, ByteTag, CompoundTag, IntArrayTag, IntTag, ListTag, LongTag};
|
@ -21,9 +21,8 @@
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace pocketmine\level\format\mcregion;
|
||||
namespace pocketmine\level\format\region;
|
||||
|
||||
use pocketmine\level\format\anvil\Anvil;
|
||||
use pocketmine\level\format\Chunk;
|
||||
use pocketmine\level\format\LevelProvider;
|
||||
use pocketmine\level\format\generic\GenericChunk;
|
@ -21,7 +21,7 @@
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace pocketmine\level\format\mcregion;
|
||||
namespace pocketmine\level\format\region;
|
||||
|
||||
use pocketmine\level\format\generic\GenericChunk;
|
||||
use pocketmine\level\format\LevelProvider;
|
Reference in New Issue
Block a user