pocketmine\inventory\BrewingInventory::__construct PHP Method

__construct() public method

public __construct ( BrewingStand $tile )
$tile pocketmine\tile\BrewingStand
    public function __construct(BrewingStand $tile)
    {
        parent::__construct($tile, InventoryType::get(InventoryType::BREWING_STAND));
    }