pocketmine\Player::canCollideWith PHP Méthode

canCollideWith() public méthode

public canCollideWith ( Entity $entity ) : boolean
$entity pocketmine\entity\Entity
Résultat boolean
    public function canCollideWith(Entity $entity) : bool
    {
        return false;
    }
Player