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

@ -29,10 +29,6 @@ use pocketmine\entity\Entity;
class Sword extends TieredTool{
public function isSword(){
return $this->tier;
}
public function getBlockToolType() : int{
return BlockToolType::TYPE_SWORD;
}