mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Added new Tool type selection constants
This commit is contained in:
@ -27,4 +27,7 @@ class GoldPickaxe extends Tool{
|
||||
parent::__construct(self::GOLD_PICKAXE, $meta, $count, "Gold Pickaxe");
|
||||
}
|
||||
|
||||
public function isPickaxe(){
|
||||
return Tool::TIER_GOLD;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user