namespace tidy

This commit is contained in:
Dylan K. Taylor
2024-11-24 23:29:13 +00:00
parent 1d2b52732e
commit fe1a8d98e7
37 changed files with 48 additions and 49 deletions

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\block\inventory\CraftingTableInventoryWindow;
use pocketmine\block\inventory\window\CraftingTableInventoryWindow;
use pocketmine\item\Item;
use pocketmine\math\Vector3;
use pocketmine\player\Player;