Added Tool for Items, new items

This commit is contained in:
Shoghi Cervantes
2014-04-02 04:26:53 +02:00
parent ee23b42e23
commit 9a5ffbe56c
29 changed files with 788 additions and 145 deletions

View File

@ -22,7 +22,7 @@
namespace pocketmine\item;
class WoodenPickaxe extends Item{
class WoodenPickaxe extends Tool{
public function __construct($meta = 0, $count = 1){
parent::__construct(self::WOODEN_PICKAXE, 0, $count, "Wooden Pickaxe");
}