Added new Tool type selection constants

This commit is contained in:
Shoghi Cervantes
2014-10-07 10:16:05 +02:00
parent 8769d2bcd1
commit dda9c598f1
26 changed files with 90 additions and 71 deletions

View File

@ -27,4 +27,7 @@ class WoodenPickaxe extends Tool{
parent::__construct(self::WOODEN_PICKAXE, $meta, $count, "Wooden Pickaxe");
}
public function isPickaxe(){
return Tool::TIER_WOODEN;
}
}