Clean up Tool garbage leftovers

these were intended to be removed long ago, but other things came up and durability handling still depended on them.
This commit is contained in:
Dylan K. Taylor
2018-05-11 09:23:51 +01:00
parent b21572774a
commit 083ac8a770
7 changed files with 0 additions and 48 deletions

View File

@ -27,10 +27,6 @@ use pocketmine\entity\Entity;
class Hoe extends TieredTool{
public function isHoe(){
return $this->tier;
}
public function onAttackEntity(Entity $victim) : bool{
return $this->applyDamage(1);
}