mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user