Cleanup unused imports

This commit is contained in:
Dylan K. Taylor
2017-12-10 12:09:35 +00:00
parent bf4076766e
commit 8a90d159fe
7 changed files with 0 additions and 11 deletions

View File

@ -24,11 +24,7 @@ declare(strict_types=1);
namespace pocketmine\inventory;
use pocketmine\entity\Human;
use pocketmine\level\Level;
use pocketmine\network\mcpe\protocol\BlockEventPacket;
use pocketmine\network\mcpe\protocol\LevelSoundEventPacket;
use pocketmine\network\mcpe\protocol\types\WindowTypes;
use pocketmine\Player;
use pocketmine\tile\EnderChest;
class EnderChestInventory extends ChestInventory{

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\inventory\transaction;
use pocketmine\event\inventory\CraftItemEvent;
use pocketmine\inventory\BigCraftingGrid;
use pocketmine\inventory\CraftingRecipe;
use pocketmine\item\Item;
use pocketmine\item\ItemFactory;