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\block\tile;
use pocketmine\block\Air;
use pocketmine\block\Block;
use pocketmine\block\BlockFactory;
use pocketmine\data\bedrock\blockstate\BlockStateDeserializeException;
use pocketmine\data\bedrock\block\BlockStateDeserializeException;
use pocketmine\data\SavedDataLoadingException;
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\tag\IntTag;