Move BlockLegacyMetadata to pocketmine\data package

This commit is contained in:
Dylan K. Taylor
2022-07-02 17:01:10 +01:00
parent b5914f4587
commit 9740891a2f
15 changed files with 15 additions and 8 deletions

View File

@ -23,6 +23,7 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\data\bedrock\block\BlockLegacyMetadata;
use pocketmine\data\runtime\block\BlockDataReader;
use pocketmine\data\runtime\block\BlockDataWriter;