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 IronAxe extends Tool{
parent::__construct(self::IRON_AXE, $meta, $count, "Iron Axe");
}
public function isAxe(){
return Tool::TIER_IRON;
}
}