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

@@ -26,7 +26,7 @@ namespace pocketmine\entity\object;
use pocketmine\block\Block;
use pocketmine\block\BlockFactory;
use pocketmine\block\utils\Fallable;
use pocketmine\data\bedrock\blockstate\BlockStateDeserializeException;
use pocketmine\data\bedrock\block\BlockStateDeserializeException;
use pocketmine\data\SavedDataLoadingException;
use pocketmine\entity\Entity;
use pocketmine\entity\EntitySizeInfo;