pocketmine\item\BrewingStand::__construct PHP Метод

__construct() публичный Метод

public __construct ( $meta, $count = 1 )
    public function __construct($meta = 0, $count = 1)
    {
        $this->block = Block::get(Block::BREWING_STAND_BLOCK);
        parent::__construct(self::BREWING_STAND, $meta, $count, "Brewing Stand");
    }
BrewingStand