mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Added new Tool type selection constants
This commit is contained in:
@@ -27,4 +27,7 @@ class StoneHoe extends Tool{
|
||||
parent::__construct(self::STONE_HOE, $meta, $count, "Stone Hoe");
|
||||
}
|
||||
|
||||
public function isHoe(){
|
||||
return Tool::TIER_STONE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user