imports cleanup

This commit is contained in:
Dylan K. Taylor
2020-04-28 17:27:38 +01:00
parent 81044d6aea
commit f9a587d40e
17 changed files with 14 additions and 11 deletions

View File

@@ -23,12 +23,12 @@ declare(strict_types=1);
namespace pocketmine\entity;
use pocketmine\block\inventory\EnderChestInventory;
use pocketmine\entity\effect\EffectInstance;
use pocketmine\entity\effect\VanillaEffects;
use pocketmine\entity\projectile\ProjectileSource;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\event\player\PlayerExhaustEvent;
use pocketmine\block\inventory\EnderChestInventory;
use pocketmine\inventory\InventoryHolder;
use pocketmine\inventory\PlayerInventory;
use pocketmine\item\Consumable;