pocketmine\item\Redstone::__construct PHP Method

__construct() public method

public __construct ( $meta, $count = 1 )
    public function __construct($meta = 0, $count = 1)
    {
        $this->block = Block::get(Item::REDSTONE_WIRE);
        parent::__construct(self::REDSTONE, 0, $count, "Redstone");
    }
Redstone