Namespace rename

This commit is contained in:
Dylan K. Taylor
2022-06-08 15:54:45 +01:00
parent 1da6202e6e
commit 680615eed8
41 changed files with 104 additions and 104 deletions

View File

@ -28,7 +28,7 @@ use pocketmine\block\utils\DyeColor;
use pocketmine\block\utils\SkullType;
use pocketmine\block\VanillaBlocks as Blocks;
use pocketmine\data\bedrock\BlockItemIdMap;
use pocketmine\data\bedrock\blockstate\BlockStateSerializeException;
use pocketmine\data\bedrock\block\BlockStateSerializeException;
use pocketmine\data\bedrock\CompoundTypeIds;
use pocketmine\data\bedrock\DyeColorIdMap;
use pocketmine\data\bedrock\item\ItemTypeIds as Ids;