diff --git a/src/entity/Entity.php b/src/entity/Entity.php index f9081dcae..8c9dcd31c 100644 --- a/src/entity/Entity.php +++ b/src/entity/Entity.php @@ -1235,7 +1235,7 @@ abstract class Entity{ /** * @return Block[] */ - public function getBlocksAroundWithEntityInsideActions() : array{ + protected function getBlocksAroundWithEntityInsideActions() : array{ if($this->blocksAround === null){ $inset = 0.001; //Offset against floating-point errors