pocketmine\item\StoneShovel::isShovel PHP Method

isShovel() public method

public isShovel ( )
    public function isShovel()
    {
        return Tool::TIER_STONE;
    }