mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fix build
This commit is contained in:
@ -63,7 +63,7 @@ class EnderChest extends Transparent implements AnimatedContainerLike, Horizonta
|
|||||||
return SupportType::NONE;
|
return SupportType::NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function isOpeningObstructed() : bool{
|
public function isOpeningObstructed() : bool{
|
||||||
return !$this->getSide(Facing::UP)->isTransparent();
|
return !$this->getSide(Facing::UP)->isTransparent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\inventory;
|
namespace pocketmine\inventory;
|
||||||
|
|
||||||
use pocketmine\item\Item;
|
|
||||||
use pocketmine\utils\ObjectSet;
|
use pocketmine\utils\ObjectSet;
|
||||||
|
|
||||||
final class Hotbar{
|
final class Hotbar{
|
||||||
|
Reference in New Issue
Block a user