mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Added new Tool type selection constants
This commit is contained in:
@ -27,4 +27,7 @@ class DiamondHoe extends Tool{
|
||||
parent::__construct(self::DIAMOND_HOE, $meta, $count, "Diamond Hoe");
|
||||
}
|
||||
|
||||
public function isHoe(){
|
||||
return Tool::TIER_DIAMOND;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user