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 GoldPickaxe extends Tool{
parent::__construct(self::GOLD_PICKAXE, $meta, $count, "Gold Pickaxe");
}
public function isPickaxe(){
return Tool::TIER_GOLD;
}
}