break cycle between block and inventory packages

This commit is contained in:
Dylan K. Taylor
2020-04-24 23:52:29 +01:00
parent 4fbf4dcdc6
commit 6dd31cc3f5
17 changed files with 26 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ use pocketmine\entity\effect\VanillaEffects;
use pocketmine\entity\projectile\ProjectileSource;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\event\player\PlayerExhaustEvent;
use pocketmine\inventory\EnderChestInventory;
use pocketmine\block\inventory\EnderChestInventory;
use pocketmine\inventory\InventoryHolder;
use pocketmine\inventory\PlayerInventory;
use pocketmine\item\Consumable;