Fix build

This commit is contained in:
Dylan K. Taylor
2025-08-31 00:20:26 +01:00
parent 657c07b1a3
commit af02f6b448
2 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class EnderChest extends Transparent implements AnimatedContainerLike, Horizonta
return SupportType::NONE;
}
protected function isOpeningObstructed() : bool{
public function isOpeningObstructed() : bool{
return !$this->getSide(Facing::UP)->isTransparent();
}

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\inventory;
use pocketmine\item\Item;
use pocketmine\utils\ObjectSet;
final class Hotbar{