mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Added new Tool type selection constants
This commit is contained in:
@@ -27,4 +27,7 @@ class WoodenAxe extends Tool{
|
||||
parent::__construct(self::WOODEN_AXE, $meta, $count, "Wooden Axe");
|
||||
}
|
||||
|
||||
public function isAxe(){
|
||||
return Tool::TIER_WOODEN;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user