pocketmine\entity\Entity::getBoundingBox PHP 메소드

getBoundingBox() 공개 메소드

public getBoundingBox ( )
    public function getBoundingBox()
    {
        return $this->boundingBox;
    }