pocketmine\item\GoldPickaxe::isPickaxe PHP Method

isPickaxe() public method

public isPickaxe ( )
    public function isPickaxe()
    {
        return Tool::TIER_GOLD;
    }