mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user