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,8 @@ class StoneAxe extends Tool{
parent::__construct(self::STONE_AXE, $meta, $count, "Stone Axe");
}
public function isAxe(){
return Tool::TIER_STONE;
}
}